Color Hex Logo

#70cdbf Color Hex

#70CDBF
(112,205,191)
0 Favorites   0 Comments

Color spaces of #70cdbf

RGB 112205191
HSL0.470.480.62
HSV171°45°80°
CMYK 0.450.000.07   0.20
XYZ37.917450.869057.1105
Yxy50.86900.25990.3487
Hunter Lab71.3225-29.91792.4501
CIE-Lab76.5996-31.0608-1.6385

#70cdbf color RGB value is (112,205,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001101 10111111
Octal 160 315 277
Decimal 112 205 191
Hex 70 CD BF

RGB Percentages of Color #70cdbf

%22.05
%40.35
%37.60

CMYK Percentages of Color #70cdbf

%45
%0
%7
%20

Triadic Colors of #70cdbf

#70cdbf #bf70cd #cdbf70

Analogous Colors of #70cdbf

#70cdbf #70adcd #70cd91

Monochromatic Colors of #70cdbf

#70cdbf

Complementary Color

#70cdbf #cd707e

#70cdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cdbf Color CSS Codes

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

#70cdbf Text Font Color

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

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


#70cdbf Background Color

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

This div background color is #70cdbf


#70cdbf Border Color

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

This div border color is #70cdbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,205,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 #70cdbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cdbf


Comments

No comments written yet.

Please login to write comment.