Color Hex Logo

#70ae55 Color Hex

#70AE55
(112,174,85)
0 Favorites   0 Comments

Color spaces of #70ae55

RGB 11217485
HSL0.280.350.51
HSV102°51°68°
CMYK 0.360.000.51   0.32
XYZ23.457834.372713.9926
Yxy34.37270.32660.4786
Hunter Lab58.6282-31.179626.8892
CIE-Lab65.2573-36.615639.1714

#70ae55 color RGB value is (112,174,85).

#70ae55 hex color red value is 112, green value is 174 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #70ae55 hue: 0.28 , saturation: 0.35 and the lightness value of 70ae55 is 0.51.

The process color (four color CMYK) of #70ae55 color hex is 0.36, 0.00, 0.51, 0.32. Web safe color of #70ae55 is #669966. Color #70ae55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101110 01010101
Octal 160 256 125
Decimal 112 174 85
Hex 70 AE 55

RGB Percentages of Color #70ae55

%30.19
%46.90
%22.91

CMYK Percentages of Color #70ae55

%36
%0
%51
%32

Triadic Colors of #70ae55

#70ae55 #5570ae #ae5570

Analogous Colors of #70ae55

#70ae55 #55ae67 #9dae55

Monochromatic Colors of #70ae55

#70ae55

Complementary Color

#70ae55 #9355ae

#70ae55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ae55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ae55 Color CSS Codes

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

#70ae55 Text Font Color

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

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


#70ae55 Background Color

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

This div background color is #70ae55


#70ae55 Border Color

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

This div border color is #70ae55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,174,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70ae55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70ae55;
  -webkit-box-shadow: 1px 1px 3px 2px #70ae55;
  box-shadow:         1px 1px 3px 2px #70ae55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ae55


Comments

No comments written yet.

Please login to write comment.