Color Hex Logo

#70cfdb Color Hex

#70CFDB
(112,207,219)
0 Favorites   0 Comments

Color spaces of #70cfdb

RGB 112207219
HSL0.520.600.65
HSV187°49°86°
CMYK 0.490.050.00   0.14
XYZ41.781153.184975.0814
Yxy53.18490.24570.3128
Hunter Lab72.9280-25.3597-9.9911
CIE-Lab77.9840-24.9284-14.6521

#70cfdb color RGB value is (112,207,219).

#70cfdb hex color red value is 112, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #70cfdb hue: 0.52 , saturation: 0.60 and the lightness value of 70cfdb is 0.65.

The process color (four color CMYK) of #70cfdb color hex is 0.49, 0.05, 0.00, 0.14. Web safe color of #70cfdb is #66cccc. Color #70cfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001111 11011011
Octal 160 317 333
Decimal 112 207 219
Hex 70 CF DB

RGB Percentages of Color #70cfdb

%20.82
%38.48
%40.71

CMYK Percentages of Color #70cfdb

%49
%5
%0
%14

Triadic Colors of #70cfdb

#70cfdb #db70cf #cfdb70

Analogous Colors of #70cfdb

#70cfdb #709adb #70dbb2

Monochromatic Colors of #70cfdb

#70cfdb

Complementary Color

#70cfdb #db7c70

#70cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cfdb Color CSS Codes

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

#70cfdb Text Font Color

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

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


#70cfdb Background Color

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

This div background color is #70cfdb


#70cfdb Border Color

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

This div border color is #70cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cfdb


Comments

No comments written yet.

Please login to write comment.