Color Hex Logo

#70b333 Color Hex

#70B333
(112,179,51)
0 Favorites   0 Comments

Color spaces of #70b333

RGB 11217951
HSL0.250.560.45
HSV91°72°70°
CMYK 0.370.000.72   0.30
XYZ23.399735.92408.8327
Yxy35.92400.34330.5271
Hunter Lab59.9366-35.201433.2182
CIE-Lab66.4618-42.066555.5975

#70b333 color RGB value is (112,179,51).

#70b333 hex color red value is 112, green value is 179 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #70b333 hue: 0.25 , saturation: 0.56 and the lightness value of 70b333 is 0.45.

The process color (four color CMYK) of #70b333 color hex is 0.37, 0.00, 0.72, 0.30. Web safe color of #70b333 is #66cc33. Color #70b333 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10110011 00110011
Octal 160 263 63
Decimal 112 179 51
Hex 70 B3 33

RGB Percentages of Color #70b333

%32.75
%52.34
%14.91

CMYK Percentages of Color #70b333

%37
%0
%72
%30

Triadic Colors of #70b333

#70b333 #3370b3 #b33370

Analogous Colors of #70b333

#70b333 #33b336 #b0b333

Monochromatic Colors of #70b333

#70b333

Complementary Color

#70b333 #7633b3

#70b333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b333 Color CSS Codes

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

#70b333 Text Font Color

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

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


#70b333 Background Color

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

This div background color is #70b333


#70b333 Border Color

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

This div border color is #70b333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b333


Comments

No comments written yet.

Please login to write comment.