Color Hex Logo

#afcc11 Color Hex

#AFCC11
(175,204,17)
0 Favorites   0 Comments

Color spaces of #afcc11

RGB 17520417
HSL0.190.850.43
HSV69°92°80°
CMYK 0.140.000.92   0.20
XYZ39.373252.34028.5578
Yxy52.34020.39270.5220
Hunter Lab72.3465-29.461243.6292
CIE-Lab77.4838-30.220675.5086

#afcc11 color RGB value is (175,204,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 00010001
Octal 257 314 21
Decimal 175 204 17
Hex AF CC 11

RGB Percentages of Color #afcc11

%44.19
%51.52
%4.29

CMYK Percentages of Color #afcc11

%14
%0
%92
%20

Triadic Colors of #afcc11

#afcc11 #11afcc #cc11af

Analogous Colors of #afcc11

#afcc11 #52cc11 #cc8c11

Monochromatic Colors of #afcc11

#afcc11

Complementary Color

#afcc11 #2e11cc

#afcc11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcc11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcc11 Color CSS Codes

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

#afcc11 Text Font Color

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

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


#afcc11 Background Color

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

This div background color is #afcc11


#afcc11 Border Color

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

This div border color is #afcc11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcc11


Comments

No comments written yet.

Please login to write comment.