Color Hex Logo

#afe493 Color Hex

#AFE493
(175,228,147)
0 Favorites   0 Comments

Color spaces of #afe493

RGB 175228147
HSL0.280.600.74
HSV99°36°89°
CMYK 0.230.000.36   0.11
XYZ50.689166.707337.8080
Yxy66.70730.32660.4298
Hunter Lab81.6745-32.149229.7262
CIE-Lab85.3559-31.405834.1777

#afe493 color RGB value is (175,228,147).

#afe493 hex color red value is 175, green value is 228 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #afe493 hue: 0.28 , saturation: 0.60 and the lightness value of afe493 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 10010011
Octal 257 344 223
Decimal 175 228 147
Hex AF E4 93

RGB Percentages of Color #afe493

%31.82
%41.45
%26.73

CMYK Percentages of Color #afe493

%23
%0
%36
%11

Triadic Colors of #afe493

#afe493 #93afe4 #e493af

Analogous Colors of #afe493

#afe493 #93e4a0 #d8e493

Monochromatic Colors of #afe493

#afe493

Complementary Color

#afe493 #c893e4

#afe493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe493 Color CSS Codes

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

#afe493 Text Font Color

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

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


#afe493 Background Color

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

This div background color is #afe493


#afe493 Border Color

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

This div border color is #afe493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe493


Comments

No comments written yet.

Please login to write comment.