Color Hex Logo

#afcc1e Color Hex

#AFCC1E
(175,204,30)
0 Favorites   0 Comments

Color spaces of #afcc1e

RGB 17520430
HSL0.190.740.46
HSV70°85°80°
CMYK 0.140.000.85   0.20
XYZ39.506452.39349.2590
Yxy52.39340.39050.5179
Hunter Lab72.3833-29.246443.0841
CIE-Lab77.5155-29.937273.2845

#afcc1e color RGB value is (175,204,30).

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

The process color (four color CMYK) of #afcc1e color hex is 0.14, 0.00, 0.85, 0.20. Web safe color of #afcc1e is #99cc33. Color #afcc1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 00011110
Octal 257 314 36
Decimal 175 204 30
Hex AF CC 1E

RGB Percentages of Color #afcc1e

%42.79
%49.88
%7.33

CMYK Percentages of Color #afcc1e

%14
%0
%85
%20

Triadic Colors of #afcc1e

#afcc1e #1eafcc #cc1eaf

Analogous Colors of #afcc1e

#afcc1e #58cc1e #cc921e

Monochromatic Colors of #afcc1e

#afcc1e

Complementary Color

#afcc1e #3b1ecc

#afcc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcc1e Color CSS Codes

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

#afcc1e Text Font Color

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

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


#afcc1e Background Color

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

This div background color is #afcc1e


#afcc1e Border Color

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

This div border color is #afcc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcc1e


Comments

No comments written yet.

Please login to write comment.