Color Hex Logo

#70f96b Color Hex

#70F96B
(112,249,107)
0 Favorites   0 Comments

Color spaces of #70f96b

RGB 112249107
HSL0.330.920.70
HSV118°57°98°
CMYK 0.550.000.57   0.02
XYZ43.211672.257625.5796
Yxy72.25760.30640.5123
Hunter Lab85.0045-58.018241.6615
CIE-Lab88.0924-64.208856.0623

#70f96b color RGB value is (112,249,107).

#70f96b hex color red value is 112, green value is 249 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #70f96b hue: 0.33 , saturation: 0.92 and the lightness value of 70f96b is 0.70.

The process color (four color CMYK) of #70f96b color hex is 0.55, 0.00, 0.57, 0.02. Web safe color of #70f96b is #66ff66. Color #70f96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111001 01101011
Octal 160 371 153
Decimal 112 249 107
Hex 70 F9 6B

RGB Percentages of Color #70f96b

%23.93
%53.21
%22.86

CMYK Percentages of Color #70f96b

%55
%0
%57
%2

Triadic Colors of #70f96b

#70f96b #6b70f9 #f96b70

Analogous Colors of #70f96b

#70f96b #6bf9ad #b7f96b

Monochromatic Colors of #70f96b

#70f96b

Complementary Color

#70f96b #f46bf9

#70f96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70f96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70f96b Color CSS Codes

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

#70f96b Text Font Color

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

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


#70f96b Background Color

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

This div background color is #70f96b


#70f96b Border Color

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

This div border color is #70f96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70f96b


Comments

No comments written yet.

Please login to write comment.