Color Hex Logo

#70ce5e Color Hex

#70CE5E
(112,206,94)
0 Favorites   0 Comments

Color spaces of #70ce5e

RGB 11220694
HSL0.310.530.59
HSV110°54°81°
CMYK 0.460.000.54   0.19
XYZ30.773848.395518.3090
Yxy48.39550.31570.4965
Hunter Lab69.5669-42.780333.0925
CIE-Lab75.0737-49.224546.6332

#70ce5e color RGB value is (112,206,94).

#70ce5e hex color red value is 112, green value is 206 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #70ce5e hue: 0.31 , saturation: 0.53 and the lightness value of 70ce5e is 0.59.

The process color (four color CMYK) of #70ce5e color hex is 0.46, 0.00, 0.54, 0.19. Web safe color of #70ce5e is #66cc66. Color #70ce5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001110 01011110
Octal 160 316 136
Decimal 112 206 94
Hex 70 CE 5E

RGB Percentages of Color #70ce5e

%27.18
%50.00
%22.82

CMYK Percentages of Color #70ce5e

%46
%0
%54
%19

Triadic Colors of #70ce5e

#70ce5e #5e70ce #ce5e70

Analogous Colors of #70ce5e

#70ce5e #5ece84 #a8ce5e

Monochromatic Colors of #70ce5e

#70ce5e

Complementary Color

#70ce5e #bc5ece

#70ce5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ce5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ce5e Color CSS Codes

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

#70ce5e Text Font Color

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

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


#70ce5e Background Color

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

This div background color is #70ce5e


#70ce5e Border Color

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

This div border color is #70ce5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ce5e


Comments

No comments written yet.

Please login to write comment.