Color Hex Logo

#70cebd Color Hex

#70CEBD
(112,206,189)
0 Favorites   0 Comments

Color spaces of #70cebd

RGB 112206189
HSL0.470.490.62
HSV169°46°81°
CMYK 0.460.000.08   0.19
XYZ37.938751.261556.0390
Yxy51.26150.26120.3529
Hunter Lab71.5971-30.70943.7118
CIE-Lab76.8371-32.0158-0.2138

#70cebd color RGB value is (112,206,189).

#70cebd hex color red value is 112, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #70cebd hue: 0.47 , saturation: 0.49 and the lightness value of 70cebd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001110 10111101
Octal 160 316 275
Decimal 112 206 189
Hex 70 CE BD

RGB Percentages of Color #70cebd

%22.09
%40.63
%37.28

CMYK Percentages of Color #70cebd

%46
%0
%8
%19

Triadic Colors of #70cebd

#70cebd #bd70ce #cebd70

Analogous Colors of #70cebd

#70cebd #70b0ce #70ce8e

Monochromatic Colors of #70cebd

#70cebd

Complementary Color

#70cebd #ce7081

#70cebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cebd Color CSS Codes

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

#70cebd Text Font Color

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

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


#70cebd Background Color

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

This div background color is #70cebd


#70cebd Border Color

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

This div border color is #70cebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cebd


Comments

No comments written yet.

Please login to write comment.