Color Hex Logo

#afe970 Color Hex

#AFE970
(175,233,112)
0 Favorites   0 Comments

Color spaces of #afe970

RGB 175233112
HSL0.250.730.68
HSV89°52°91°
CMYK 0.250.000.52   0.09
XYZ49.742768.561625.9412
Yxy68.56160.34480.4753
Hunter Lab82.8019-37.670739.3863
CIE-Lab86.2865-37.956352.3698

#afe970 color RGB value is (175,233,112).

#afe970 hex color red value is 175, green value is 233 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afe970 hue: 0.25 , saturation: 0.73 and the lightness value of afe970 is 0.68.

The process color (four color CMYK) of #afe970 color hex is 0.25, 0.00, 0.52, 0.09. Web safe color of #afe970 is #99ff66. Color #afe970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 01110000
Octal 257 351 160
Decimal 175 233 112
Hex AF E9 70

RGB Percentages of Color #afe970

%33.65
%44.81
%21.54

CMYK Percentages of Color #afe970

%25
%0
%52
%9

Triadic Colors of #afe970

#afe970 #70afe9 #e970af

Analogous Colors of #afe970

#afe970 #73e970 #e9e770

Monochromatic Colors of #afe970

#afe970

Complementary Color

#afe970 #aa70e9

#afe970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe970 Color CSS Codes

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

#afe970 Text Font Color

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

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


#afe970 Background Color

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

This div background color is #afe970


#afe970 Border Color

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

This div border color is #afe970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe970


Comments

No comments written yet.

Please login to write comment.