Color Hex Logo

#afe170 Color Hex

#AFE170
(175,225,112)
0 Favorites   0 Comments

Color spaces of #afe170

RGB 175225112
HSL0.240.650.66
HSV87°50°88°
CMYK 0.220.000.50   0.12
XYZ47.529064.134225.2033
Yxy64.13420.34730.4686
Hunter Lab80.0838-34.208637.3994
CIE-Lab84.0356-34.322349.6759

#afe170 color RGB value is (175,225,112).

#afe170 hex color red value is 175, green value is 225 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afe170 hue: 0.24 , saturation: 0.65 and the lightness value of afe170 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01110000
Octal 257 341 160
Decimal 175 225 112
Hex AF E1 70

RGB Percentages of Color #afe170

%34.18
%43.95
%21.88

CMYK Percentages of Color #afe170

%22
%0
%50
%12

Triadic Colors of #afe170

#afe170 #70afe1 #e170af

Analogous Colors of #afe170

#afe170 #77e170 #e1db70

Monochromatic Colors of #afe170

#afe170

Complementary Color

#afe170 #a270e1

#afe170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe170 Color CSS Codes

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

#afe170 Text Font Color

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

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


#afe170 Background Color

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

This div background color is #afe170


#afe170 Border Color

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

This div border color is #afe170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe170


Comments

No comments written yet.

Please login to write comment.