Color Hex Logo

#70cded Color Hex

#70CDED
(112,205,237)
0 Favorites   0 Comments

Color spaces of #70cded

RGB 112205237
HSL0.540.780.68
HSV195°53°93°
CMYK 0.530.140.00   0.07
XYZ43.799553.221888.0851
Yxy53.22180.23660.2875
Hunter Lab72.9533-20.5009-20.5205
CIE-Lab78.0058-18.9961-24.2774

#70cded color RGB value is (112,205,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001101 11101101
Octal 160 315 355
Decimal 112 205 237
Hex 70 CD ED

RGB Percentages of Color #70cded

%20.22
%37.00
%42.78

CMYK Percentages of Color #70cded

%53
%14
%0
%7

Triadic Colors of #70cded

#70cded #ed70cd #cded70

Analogous Colors of #70cded

#70cded #708fed #70edcf

Monochromatic Colors of #70cded

#70cded

Complementary Color

#70cded #ed9070

#70cded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cded Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cded Color CSS Codes

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

#70cded Text Font Color

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

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


#70cded Background Color

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

This div background color is #70cded


#70cded Border Color

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

This div border color is #70cded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cded


Comments

No comments written yet.

Please login to write comment.