Color Hex Logo

#afe1af Color Hex

#AFE1AF
(175,225,175)
1 Favorites   0 Comments

Color spaces of #afe1af

RGB 175225175
HSL0.330.450.78
HSV120°22°88°
CMYK 0.220.000.22   0.12
XYZ52.342366.059550.5495
Yxy66.05950.30980.3910
Hunter Lab81.2770-27.280920.0190
CIE-Lab85.0268-25.626019.3206

#afe1af color RGB value is (175,225,175).

#afe1af hex color red value is 175, green value is 225 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #afe1af hue: 0.33 , saturation: 0.45 and the lightness value of afe1af is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 10101111
Octal 257 341 257
Decimal 175 225 175
Hex AF E1 AF

RGB Percentages of Color #afe1af

%30.43
%39.13
%30.43

CMYK Percentages of Color #afe1af

%22
%0
%22
%12

Triadic Colors of #afe1af

#afe1af #afafe1 #e1afaf

Analogous Colors of #afe1af

#afe1af #afe1c8 #c8e1af

Monochromatic Colors of #afe1af

#afe1af

Complementary Color

#afe1af #e1afe1

#afe1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe1af Color CSS Codes

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

#afe1af Text Font Color

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

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


#afe1af Background Color

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

This div background color is #afe1af


#afe1af Border Color

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

This div border color is #afe1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe1af


Comments

No comments written yet.

Please login to write comment.