Color Hex Logo

#70b604 Color Hex

#70B604
(112,182,4)
0 Favorites   0 Comments

Color spaces of #70b604

RGB 1121824
HSL0.230.960.36
HSV84°98°71°
CMYK 0.380.000.98   0.29
XYZ23.432036.90946.0041
Yxy36.90940.35320.5563
Hunter Lab60.7531-37.471936.6677
CIE-Lab67.2090-45.143167.3390

#70b604 color RGB value is (112,182,4).

#70b604 hex color red value is 112, green value is 182 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #70b604 hue: 0.23 , saturation: 0.96 and the lightness value of 70b604 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10110110 00000100
Octal 160 266 4
Decimal 112 182 4
Hex 70 B6 4

RGB Percentages of Color #70b604

%37.58
%61.07
%1.34

CMYK Percentages of Color #70b604

%38
%0
%98
%29

Triadic Colors of #70b604

#70b604 #0470b6 #b60470

Analogous Colors of #70b604

#70b604 #17b604 #b6a304

Monochromatic Colors of #70b604

#70b604

Complementary Color

#70b604 #4a04b6

#70b604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b604 Color CSS Codes

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

#70b604 Text Font Color

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

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


#70b604 Background Color

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

This div background color is #70b604


#70b604 Border Color

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

This div border color is #70b604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b604


Comments

No comments written yet.

Please login to write comment.