Color Hex Logo

#70cdee Color Hex

#70CDEE
(112,205,238)
0 Favorites   0 Comments

Color spaces of #70cdee

RGB 112205238
HSL0.540.790.69
HSV196°53°93°
CMYK 0.530.140.00   0.07
XYZ43.946053.280488.8569
Yxy53.28040.23620.2863
Hunter Lab72.9934-20.2718-21.0799
CIE-Lab78.0403-18.7147-24.7606

#70cdee color RGB value is (112,205,238).

#70cdee hex color red value is 112, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #70cdee hue: 0.54 , saturation: 0.79 and the lightness value of 70cdee is 0.69.

The process color (four color CMYK) of #70cdee color hex is 0.53, 0.14, 0.00, 0.07. Web safe color of #70cdee is #66ccff. Color #70cdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001101 11101110
Octal 160 315 356
Decimal 112 205 238
Hex 70 CD EE

RGB Percentages of Color #70cdee

%20.18
%36.94
%42.88

CMYK Percentages of Color #70cdee

%53
%14
%0
%7

Triadic Colors of #70cdee

#70cdee #ee70cd #cdee70

Analogous Colors of #70cdee

#70cdee #708eee #70eed0

Monochromatic Colors of #70cdee

#70cdee

Complementary Color

#70cdee #ee9170

#70cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cdee Color CSS Codes

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

#70cdee Text Font Color

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

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


#70cdee Background Color

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

This div background color is #70cdee


#70cdee Border Color

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

This div border color is #70cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cdee


Comments

No comments written yet.

Please login to write comment.