Color Hex Logo

#70b527 Color Hex

#70B527
(112,181,39)
0 Favorites   0 Comments

Color spaces of #70b527

RGB 11218139
HSL0.250.650.43
HSV89°78°71°
CMYK 0.380.000.78   0.29
XYZ23.572236.63907.7491
Yxy36.63900.34690.5391
Hunter Lab60.5302-36.414734.7808
CIE-Lab67.0053-43.641060.2306

#70b527 color RGB value is (112,181,39).

#70b527 hex color red value is 112, green value is 181 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #70b527 hue: 0.25 , saturation: 0.65 and the lightness value of 70b527 is 0.43.

The process color (four color CMYK) of #70b527 color hex is 0.38, 0.00, 0.78, 0.29. Web safe color of #70b527 is #66cc33. Color #70b527 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10110101 00100111
Octal 160 265 47
Decimal 112 181 39
Hex 70 B5 27

RGB Percentages of Color #70b527

%33.73
%54.52
%11.75

CMYK Percentages of Color #70b527

%38
%0
%78
%29

Triadic Colors of #70b527

#70b527 #2770b5 #b52770

Analogous Colors of #70b527

#70b527 #29b527 #b5b327

Monochromatic Colors of #70b527

#70b527

Complementary Color

#70b527 #6c27b5

#70b527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b527 Color CSS Codes

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

#70b527 Text Font Color

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

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


#70b527 Background Color

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

This div background color is #70b527


#70b527 Border Color

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

This div border color is #70b527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b527


Comments

No comments written yet.

Please login to write comment.