Color Hex Logo

#70cddb Color Hex

#70CDDB
(112,205,219)
0 Favorites   0 Comments

Color spaces of #70cddb

RGB 112205219
HSL0.520.600.65
HSV188°49°86°
CMYK 0.490.060.00   0.14
XYZ41.299652.221974.9209
Yxy52.22190.24520.3100
Hunter Lab72.2647-24.4497-10.8840
CIE-Lab77.4133-23.9345-15.5101

#70cddb color RGB value is (112,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001101 11011011
Octal 160 315 333
Decimal 112 205 219
Hex 70 CD DB

RGB Percentages of Color #70cddb

%20.90
%38.25
%40.86

CMYK Percentages of Color #70cddb

%49
%6
%0
%14

Triadic Colors of #70cddb

#70cddb #db70cd #cddb70

Analogous Colors of #70cddb

#70cddb #7098db #70dbb4

Monochromatic Colors of #70cddb

#70cddb

Complementary Color

#70cddb #db7e70

#70cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cddb Color CSS Codes

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

#70cddb Text Font Color

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

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


#70cddb Background Color

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

This div background color is #70cddb


#70cddb Border Color

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

This div border color is #70cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cddb


Comments

No comments written yet.

Please login to write comment.