Color Hex Logo

#afe05b Color Hex

#AFE05B
(175,224,91)
0 Favorites   0 Comments

Color spaces of #afe05b

RGB 17522491
HSL0.230.680.62
HSV82°59°88°
CMYK 0.220.000.59   0.12
XYZ46.223263.180619.6564
Yxy63.18060.35820.4895
Hunter Lab79.4862-35.298740.9783
CIE-Lab83.5373-35.842858.5815

#afe05b color RGB value is (175,224,91).

#afe05b hex color red value is 175, green value is 224 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #afe05b hue: 0.23 , saturation: 0.68 and the lightness value of afe05b is 0.62.

The process color (four color CMYK) of #afe05b color hex is 0.22, 0.00, 0.59, 0.12. Web safe color of #afe05b is #99cc66. Color #afe05b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01011011
Octal 257 340 133
Decimal 175 224 91
Hex AF E0 5B

RGB Percentages of Color #afe05b

%35.71
%45.71
%18.57

CMYK Percentages of Color #afe05b

%22
%0
%59
%12

Triadic Colors of #afe05b

#afe05b #5bafe0 #e05baf

Analogous Colors of #afe05b

#afe05b #6de05b #e0cf5b

Monochromatic Colors of #afe05b

#afe05b

Complementary Color

#afe05b #8c5be0

#afe05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe05b Color CSS Codes

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

#afe05b Text Font Color

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

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


#afe05b Background Color

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

This div background color is #afe05b


#afe05b Border Color

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

This div border color is #afe05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe05b


Comments

No comments written yet.

Please login to write comment.