Color Hex Logo

#afe391 Color Hex

#AFE391
(175,227,145)
0 Favorites   0 Comments

Color spaces of #afe391

RGB 175227145
HSL0.270.590.73
HSV98°36°89°
CMYK 0.230.000.36   0.11
XYZ50.259166.096536.8970
Yxy66.09650.32790.4313
Hunter Lab81.2998-31.926830.0017
CIE-Lab85.0456-31.218134.7810

#afe391 color RGB value is (175,227,145).

#afe391 hex color red value is 175, green value is 227 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #afe391 hue: 0.27 , saturation: 0.59 and the lightness value of afe391 is 0.73.

The process color (four color CMYK) of #afe391 color hex is 0.23, 0.00, 0.36, 0.11. Web safe color of #afe391 is #99cc99. Color #afe391 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 10010001
Octal 257 343 221
Decimal 175 227 145
Hex AF E3 91

RGB Percentages of Color #afe391

%31.99
%41.50
%26.51

CMYK Percentages of Color #afe391

%23
%0
%36
%11

Triadic Colors of #afe391

#afe391 #91afe3 #e391af

Analogous Colors of #afe391

#afe391 #91e39c #d8e391

Monochromatic Colors of #afe391

#afe391

Complementary Color

#afe391 #c591e3

#afe391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe391 Color CSS Codes

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

#afe391 Text Font Color

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

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


#afe391 Background Color

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

This div background color is #afe391


#afe391 Border Color

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

This div border color is #afe391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe391


Comments

No comments written yet.

Please login to write comment.