Color Hex Logo

#afcc08 Color Hex

#AFCC08
(175,204,8)
0 Favorites   0 Comments

Color spaces of #afcc08

RGB 1752048
HSL0.190.920.42
HSV69°96°80°
CMYK 0.140.000.96   0.20
XYZ39.315952.31728.2558
Yxy52.31720.39360.5238
Hunter Lab72.3306-29.553543.8641
CIE-Lab77.4701-30.342476.5049

#afcc08 color RGB value is (175,204,8).

#afcc08 hex color red value is 175, green value is 204 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #afcc08 hue: 0.19 , saturation: 0.92 and the lightness value of afcc08 is 0.42.

The process color (four color CMYK) of #afcc08 color hex is 0.14, 0.00, 0.96, 0.20. Web safe color of #afcc08 is #99cc00. Color #afcc08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 00001000
Octal 257 314 10
Decimal 175 204 8
Hex AF CC 8

RGB Percentages of Color #afcc08

%45.22
%52.71
%2.07

CMYK Percentages of Color #afcc08

%14
%0
%96
%20

Triadic Colors of #afcc08

#afcc08 #08afcc #cc08af

Analogous Colors of #afcc08

#afcc08 #4dcc08 #cc8708

Monochromatic Colors of #afcc08

#afcc08

Complementary Color

#afcc08 #2508cc

#afcc08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcc08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcc08 Color CSS Codes

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

#afcc08 Text Font Color

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

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


#afcc08 Background Color

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

This div background color is #afcc08


#afcc08 Border Color

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

This div border color is #afcc08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcc08


Comments

No comments written yet.

Please login to write comment.