Color Hex Logo

#afe02b Color Hex

#AFE02B
(175,224,43)
0 Favorites   0 Comments

Color spaces of #afe02b

RGB 17522443
HSL0.210.740.52
HSV76°81°88°
CMYK 0.220.000.81   0.12
XYZ44.770962.599712.0088
Yxy62.59970.37500.5244
Hunter Lab79.1200-37.453846.3850
CIE-Lab83.2313-38.685875.1757

#afe02b color RGB value is (175,224,43).

#afe02b hex color red value is 175, green value is 224 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #afe02b hue: 0.21 , saturation: 0.74 and the lightness value of afe02b is 0.52.

The process color (four color CMYK) of #afe02b color hex is 0.22, 0.00, 0.81, 0.12. Web safe color of #afe02b is #99cc33. Color #afe02b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00101011
Octal 257 340 53
Decimal 175 224 43
Hex AF E0 2B

RGB Percentages of Color #afe02b

%39.59
%50.68
%9.73

CMYK Percentages of Color #afe02b

%22
%0
%81
%12

Triadic Colors of #afe02b

#afe02b #2bafe0 #e02baf

Analogous Colors of #afe02b

#afe02b #54e02b #e0b72b

Monochromatic Colors of #afe02b

#afe02b

Complementary Color

#afe02b #5c2be0

#afe02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe02b Color CSS Codes

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

#afe02b Text Font Color

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

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


#afe02b Background Color

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

This div background color is #afe02b


#afe02b Border Color

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

This div border color is #afe02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe02b


Comments

No comments written yet.

Please login to write comment.