Color Hex Logo

#afe2af Color Hex

#AFE2AF
(175,226,175)
0 Favorites   0 Comments

Color spaces of #afe2af

RGB 175226175
HSL0.330.470.79
HSV120°23°89°
CMYK 0.230.000.23   0.11
XYZ52.613466.601850.6399
Yxy66.60180.30980.3921
Hunter Lab81.6099-27.739620.3368
CIE-Lab85.3025-26.108019.7037

#afe2af color RGB value is (175,226,175).

#afe2af hex color red value is 175, green value is 226 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #afe2af hue: 0.33 , saturation: 0.47 and the lightness value of afe2af is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 10101111
Octal 257 342 257
Decimal 175 226 175
Hex AF E2 AF

RGB Percentages of Color #afe2af

%30.38
%39.24
%30.38

CMYK Percentages of Color #afe2af

%23
%0
%23
%11

Triadic Colors of #afe2af

#afe2af #afafe2 #e2afaf

Analogous Colors of #afe2af

#afe2af #afe2c9 #c9e2af

Monochromatic Colors of #afe2af

#afe2af

Complementary Color

#afe2af #e2afe2

#afe2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe2af Color CSS Codes

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

#afe2af Text Font Color

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

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


#afe2af Background Color

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

This div background color is #afe2af


#afe2af Border Color

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

This div border color is #afe2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe2af


Comments

No comments written yet.

Please login to write comment.