Color Hex Logo

#70ccd1 Color Hex

#70CCD1
(112,204,209)
0 Favorites   0 Comments

Color spaces of #70ccd1

RGB 112204209
HSL0.510.510.63
HSV183°46°82°
CMYK 0.460.020.00   0.18
XYZ39.783651.233968.1139
Yxy51.23390.25000.3220
Hunter Lab71.5779-26.0494-6.3162
CIE-Lab76.8205-26.0708-11.0142

#70ccd1 color RGB value is (112,204,209).

#70ccd1 hex color red value is 112, green value is 204 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #70ccd1 hue: 0.51 , saturation: 0.51 and the lightness value of 70ccd1 is 0.63.

The process color (four color CMYK) of #70ccd1 color hex is 0.46, 0.02, 0.00, 0.18. Web safe color of #70ccd1 is #66cccc. Color #70ccd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001100 11010001
Octal 160 314 321
Decimal 112 204 209
Hex 70 CC D1

RGB Percentages of Color #70ccd1

%21.33
%38.86
%39.81

CMYK Percentages of Color #70ccd1

%46
%2
%0
%18

Triadic Colors of #70ccd1

#70ccd1 #d170cc #ccd170

Analogous Colors of #70ccd1

#70ccd1 #709cd1 #70d1a6

Monochromatic Colors of #70ccd1

#70ccd1

Complementary Color

#70ccd1 #d17570

#70ccd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ccd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ccd1 Color CSS Codes

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

#70ccd1 Text Font Color

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

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


#70ccd1 Background Color

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

This div background color is #70ccd1


#70ccd1 Border Color

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

This div border color is #70ccd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ccd1


Comments

No comments written yet.

Please login to write comment.