Color Hex Logo

#70b930 Color Hex

#70B930
(112,185,48)
0 Favorites   0 Comments

Color spaces of #70b930

RGB 11218548
HSL0.260.590.46
HSV92°74°73°
CMYK 0.390.000.74   0.27
XYZ24.564638.35618.9051
Yxy38.35610.34200.5340
Hunter Lab61.9323-37.581934.8274
CIE-Lab68.2823-44.797158.5003

#70b930 color RGB value is (112,185,48).

#70b930 hex color red value is 112, green value is 185 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #70b930 hue: 0.26 , saturation: 0.59 and the lightness value of 70b930 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111001 00110000
Octal 160 271 60
Decimal 112 185 48
Hex 70 B9 30

RGB Percentages of Color #70b930

%32.46
%53.62
%13.91

CMYK Percentages of Color #70b930

%39
%0
%74
%27

Triadic Colors of #70b930

#70b930 #3070b9 #b93070

Analogous Colors of #70b930

#70b930 #30b934 #b5b930

Monochromatic Colors of #70b930

#70b930

Complementary Color

#70b930 #7930b9

#70b930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b930 Color CSS Codes

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

#70b930 Text Font Color

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

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


#70b930 Background Color

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

This div background color is #70b930


#70b930 Border Color

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

This div border color is #70b930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b930


Comments

No comments written yet.

Please login to write comment.