Color Hex Logo

#afe15b Color Hex

#AFE15B
(175,225,91)
0 Favorites   0 Comments

Color spaces of #afe15b

RGB 17522591
HSL0.230.690.62
HSV82°60°88°
CMYK 0.220.000.60   0.12
XYZ46.492763.719719.7462
Yxy63.71970.35780.4903
Hunter Lab79.8246-35.728341.2107
CIE-Lab83.8196-36.297058.8963

#afe15b color RGB value is (175,225,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01011011
Octal 257 341 133
Decimal 175 225 91
Hex AF E1 5B

RGB Percentages of Color #afe15b

%35.64
%45.82
%18.53

CMYK Percentages of Color #afe15b

%22
%0
%60
%12

Triadic Colors of #afe15b

#afe15b #5bafe1 #e15baf

Analogous Colors of #afe15b

#afe15b #6ce15b #e1d05b

Monochromatic Colors of #afe15b

#afe15b

Complementary Color

#afe15b #8d5be1

#afe15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe15b Color CSS Codes

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

#afe15b Text Font Color

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

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


#afe15b Background Color

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

This div background color is #afe15b


#afe15b Border Color

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

This div border color is #afe15b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,225,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 #afe15b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe15b


Comments

No comments written yet.

Please login to write comment.