Color Hex Logo

#70cebf Color Hex

#70CEBF
(112,206,191)
0 Favorites   0 Comments

Color spaces of #70cebf

RGB 112206191
HSL0.470.490.62
HSV170°46°81°
CMYK 0.460.000.07   0.19
XYZ38.157451.348957.1904
Yxy51.34890.26010.3500
Hunter Lab71.6581-30.35192.8413
CIE-Lab76.8899-31.5371-1.2131

#70cebf color RGB value is (112,206,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001110 10111111
Octal 160 316 277
Decimal 112 206 191
Hex 70 CE BF

RGB Percentages of Color #70cebf

%22.00
%40.47
%37.52

CMYK Percentages of Color #70cebf

%46
%0
%7
%19

Triadic Colors of #70cebf

#70cebf #bf70ce #cebf70

Analogous Colors of #70cebf

#70cebf #70aece #70ce90

Monochromatic Colors of #70cebf

#70cebf

Complementary Color

#70cebf #ce707f

#70cebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cebf Color CSS Codes

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

#70cebf Text Font Color

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

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


#70cebf Background Color

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

This div background color is #70cebf


#70cebf Border Color

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

This div border color is #70cebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cebf


Comments

No comments written yet.

Please login to write comment.