Color Hex Logo

#9aeb70 Color Hex

#9AEB70
(154,235,112)
0 Favorites   0 Comments

Color spaces of #9aeb70

RGB 154235112
HSL0.280.750.68
HSV100°52°92°
CMYK 0.340.000.52   0.08
XYZ45.959467.456525.9273
Yxy67.45650.32980.4841
Hunter Lab82.1319-43.845738.7757
CIE-Lab85.7340-46.060551.4393

#9aeb70 color RGB value is (154,235,112).

#9aeb70 hex color red value is 154, green value is 235 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #9aeb70 hue: 0.28 , saturation: 0.75 and the lightness value of 9aeb70 is 0.68.

The process color (four color CMYK) of #9aeb70 color hex is 0.34, 0.00, 0.52, 0.08. Web safe color of #9aeb70 is #99ff66. Color #9aeb70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101011 01110000
Octal 232 353 160
Decimal 154 235 112
Hex 9A EB 70

RGB Percentages of Color #9aeb70

%30.74
%46.91
%22.36

CMYK Percentages of Color #9aeb70

%34
%0
%52
%8

Triadic Colors of #9aeb70

#9aeb70 #709aeb #eb709a

Analogous Colors of #9aeb70

#9aeb70 #70eb84 #d8eb70

Monochromatic Colors of #9aeb70

#9aeb70

Complementary Color

#9aeb70 #c170eb

#9aeb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeb70 Color CSS Codes

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

#9aeb70 Text Font Color

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

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


#9aeb70 Background Color

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

This div background color is #9aeb70


#9aeb70 Border Color

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

This div border color is #9aeb70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,235,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9aeb70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9aeb70;
  -webkit-box-shadow: 1px 1px 3px 2px #9aeb70;
  box-shadow:         1px 1px 3px 2px #9aeb70; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,235,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 #9aeb70">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeb70


Comments

No comments written yet.

Please login to write comment.