Color Hex Logo

#70cede Color Hex

#70CEDE
(112,206,222)
0 Favorites   0 Comments

Color spaces of #70cede

RGB 112206222
HSL0.520.630.65
HSV189°50°87°
CMYK 0.500.070.00   0.13
XYZ41.938252.861377.1001
Yxy52.86130.24400.3075
Hunter Lab72.7058-24.2726-11.9794
CIE-Lab77.7930-23.6292-16.5510

#70cede color RGB value is (112,206,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001110 11011110
Octal 160 316 336
Decimal 112 206 222
Hex 70 CE DE

RGB Percentages of Color #70cede

%20.74
%38.15
%41.11

CMYK Percentages of Color #70cede

%50
%7
%0
%13

Triadic Colors of #70cede

#70cede #de70ce #cede70

Analogous Colors of #70cede

#70cede #7097de #70deb7

Monochromatic Colors of #70cede

#70cede

Complementary Color

#70cede #de8070

#70cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cede Color CSS Codes

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

#70cede Text Font Color

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

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


#70cede Background Color

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

This div background color is #70cede


#70cede Border Color

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

This div border color is #70cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cede


Comments

No comments written yet.

Please login to write comment.