Color Hex Logo

#afdf66 Color Hex

#AFDF66
(175,223,102)
0 Favorites   0 Comments

Color spaces of #afdf66

RGB 175223102
HSL0.230.650.64
HSV84°54°87°
CMYK 0.220.000.54   0.13
XYZ46.465162.848622.2524
Yxy62.84860.35320.4777
Hunter Lab79.2771-34.114338.8518
CIE-Lab83.3627-34.405353.5085

#afdf66 color RGB value is (175,223,102).

#afdf66 hex color red value is 175, green value is 223 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #afdf66 hue: 0.23 , saturation: 0.65 and the lightness value of afdf66 is 0.64.

The process color (four color CMYK) of #afdf66 color hex is 0.22, 0.00, 0.54, 0.13. Web safe color of #afdf66 is #99cc66. Color #afdf66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 01100110
Octal 257 337 146
Decimal 175 223 102
Hex AF DF 66

RGB Percentages of Color #afdf66

%35.00
%44.60
%20.40

CMYK Percentages of Color #afdf66

%22
%0
%54
%13

Triadic Colors of #afdf66

#afdf66 #66afdf #df66af

Analogous Colors of #afdf66

#afdf66 #73df66 #dfd366

Monochromatic Colors of #afdf66

#afdf66

Complementary Color

#afdf66 #9666df

#afdf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdf66 Color CSS Codes

.mybgcolor {background-color:#afdf66; } 
.myforecolor {color:#afdf66; }
.mybordercolor {border:3px solid #afdf66; }

#afdf66 Text Font Color

<p style="color:#afdf66">Text here</p>

This sample text font color is #afdf66
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afdf66 Background Color

<div style="background-color:#afdf66">
Div content here</div>

This div background color is #afdf66


#afdf66 Border Color

<div style="border:3px solid #afdf66">
Div here</div>

This div border color is #afdf66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,223,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afdf66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afdf66;
  -webkit-box-shadow: 1px 1px 3px 2px #afdf66;
  box-shadow:         1px 1px 3px 2px #afdf66; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,223,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afdf66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afdf66;
  -webkit-box-shadow: 1px 1px 3px 2px #afdf66;
  box-shadow:         1px 1px 3px 2px #afdf66;">
Div content here</div>

This div box has shadow with color #afdf66


Comments

No comments written yet.

Please login to write comment.