Color Hex Logo

#afe099 Color Hex

#AFE099
(175,224,153)
0 Favorites   0 Comments

Color spaces of #afe099

RGB 175224153
HSL0.280.530.74
HSV101°32°88°
CMYK 0.220.000.32   0.12
XYZ50.084664.725239.9905
Yxy64.72520.32350.4181
Hunter Lab80.4520-29.667526.8449
CIE-Lab84.3419-28.653529.7750

#afe099 color RGB value is (175,224,153).

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

The process color (four color CMYK) of #afe099 color hex is 0.22, 0.00, 0.32, 0.12. Web safe color of #afe099 is #99cc99. Color #afe099 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 10011001
Octal 257 340 231
Decimal 175 224 153
Hex AF E0 99

RGB Percentages of Color #afe099

%31.70
%40.58
%27.72

CMYK Percentages of Color #afe099

%22
%0
%32
%12

Triadic Colors of #afe099

#afe099 #99afe0 #e099af

Analogous Colors of #afe099

#afe099 #99e0a7 #d3e099

Monochromatic Colors of #afe099

#afe099

Complementary Color

#afe099 #ca99e0

#afe099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe099 Color CSS Codes

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

#afe099 Text Font Color

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

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


#afe099 Background Color

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

This div background color is #afe099


#afe099 Border Color

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

This div border color is #afe099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe099


Comments

No comments written yet.

Please login to write comment.