Color Hex Logo

#afce20 Color Hex

#AFCE20
(175,206,32)
0 Favorites   0 Comments

Color spaces of #afce20

RGB 17520632
HSL0.200.730.47
HSV71°84°81°
CMYK 0.150.000.84   0.19
XYZ40.011253.36099.5574
Yxy53.36090.38870.5184
Hunter Lab73.0485-30.064443.3767
CIE-Lab78.0876-30.820673.3361

#afce20 color RGB value is (175,206,32).

#afce20 hex color red value is 175, green value is 206 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #afce20 hue: 0.20 , saturation: 0.73 and the lightness value of afce20 is 0.47.

The process color (four color CMYK) of #afce20 color hex is 0.15, 0.00, 0.84, 0.19. Web safe color of #afce20 is #99cc33. Color #afce20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 00100000
Octal 257 316 40
Decimal 175 206 32
Hex AF CE 20

RGB Percentages of Color #afce20

%42.37
%49.88
%7.75

CMYK Percentages of Color #afce20

%15
%0
%84
%19

Triadic Colors of #afce20

#afce20 #20afce #ce20af

Analogous Colors of #afce20

#afce20 #58ce20 #ce9620

Monochromatic Colors of #afce20

#afce20

Complementary Color

#afce20 #3f20ce

#afce20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce20 Color CSS Codes

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

#afce20 Text Font Color

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

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


#afce20 Background Color

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

This div background color is #afce20


#afce20 Border Color

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

This div border color is #afce20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce20


Comments

No comments written yet.

Please login to write comment.