Color Hex Logo

#70b71d Color Hex

#70B71D
(112,183,29)
0 Favorites   0 Comments

Color spaces of #70b71d

RGB 11218329
HSL0.240.730.42
HSV88°84°72°
CMYK 0.390.000.84   0.28
XYZ23.837337.40047.1250
Yxy37.40040.34870.5471
Hunter Lab61.1559-37.447135.9015
CIE-Lab67.5764-44.929263.5027

#70b71d color RGB value is (112,183,29).

#70b71d hex color red value is 112, green value is 183 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #70b71d hue: 0.24 , saturation: 0.73 and the lightness value of 70b71d is 0.42.

The process color (four color CMYK) of #70b71d color hex is 0.39, 0.00, 0.84, 0.28. Web safe color of #70b71d is #66cc33. Color #70b71d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10110111 00011101
Octal 160 267 35
Decimal 112 183 29
Hex 70 B7 1D

RGB Percentages of Color #70b71d

%34.57
%56.48
%8.95

CMYK Percentages of Color #70b71d

%39
%0
%84
%28

Triadic Colors of #70b71d

#70b71d #1d70b7 #b71d70

Analogous Colors of #70b71d

#70b71d #23b71d #b7b11d

Monochromatic Colors of #70b71d

#70b71d

Complementary Color

#70b71d #641db7

#70b71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b71d Color CSS Codes

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

#70b71d Text Font Color

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

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


#70b71d Background Color

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

This div background color is #70b71d


#70b71d Border Color

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

This div border color is #70b71d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b71d


Comments

No comments written yet.

Please login to write comment.