Color Hex Logo

#70ccde Color Hex

#70CCDE
(112,204,222)
0 Favorites   0 Comments

Color spaces of #70ccde

RGB 112204222
HSL0.530.630.65
HSV190°50°87°
CMYK 0.500.080.00   0.13
XYZ41.459851.904476.9406
Yxy51.90440.24340.3048
Hunter Lab72.0447-23.3563-12.8878
CIE-Lab77.2236-22.6278-17.4097

#70ccde color RGB value is (112,204,222).

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

The process color (four color CMYK) of #70ccde color hex is 0.50, 0.08, 0.00, 0.13. Web safe color of #70ccde is #66cccc. Color #70ccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001100 11011110
Octal 160 314 336
Decimal 112 204 222
Hex 70 CC DE

RGB Percentages of Color #70ccde

%20.82
%37.92
%41.26

CMYK Percentages of Color #70ccde

%50
%8
%0
%13

Triadic Colors of #70ccde

#70ccde #de70cc #ccde70

Analogous Colors of #70ccde

#70ccde #7095de #70deb9

Monochromatic Colors of #70ccde

#70ccde

Complementary Color

#70ccde #de8270

#70ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ccde Color CSS Codes

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

#70ccde Text Font Color

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

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


#70ccde Background Color

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

This div background color is #70ccde


#70ccde Border Color

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

This div border color is #70ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ccde


Comments

No comments written yet.

Please login to write comment.