Color Hex Logo

#afde66 Color Hex

#AFDE66
(175,222,102)
0 Favorites   0 Comments

Color spaces of #afde66

RGB 175222102
HSL0.230.650.64
HSV84°54°87°
CMYK 0.210.000.54   0.13
XYZ46.198762.315822.1636
Yxy62.31580.35350.4769
Hunter Lab78.9404-33.681138.6118
CIE-Lab83.0811-33.945853.1799

#afde66 color RGB value is (175,222,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 01100110
Octal 257 336 146
Decimal 175 222 102
Hex AF DE 66

RGB Percentages of Color #afde66

%35.07
%44.49
%20.44

CMYK Percentages of Color #afde66

%21
%0
%54
%13

Triadic Colors of #afde66

#afde66 #66afde #de66af

Analogous Colors of #afde66

#afde66 #73de66 #ded166

Monochromatic Colors of #afde66

#afde66

Complementary Color

#afde66 #9566de

#afde66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde66 Color CSS Codes

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

#afde66 Text Font Color

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

This sample text font color is #afde66
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.


#afde66 Background Color

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

This div background color is #afde66


#afde66 Border Color

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

This div border color is #afde66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,222,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 #afde66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde66


Comments

No comments written yet.

Please login to write comment.