Color Hex Logo

#70bcdd Color Hex

#70BCDD
(112,188,221)
0 Favorites   0 Comments

Color spaces of #70bcdd

RGB 112188221
HSL0.550.620.65
HSV198°49°87°
CMYK 0.490.150.00   0.13
XYZ37.716544.631675.0335
Yxy44.63160.23960.2836
Hunter Lab66.8069-16.1381-19.8262
CIE-Lab72.6487-14.6821-23.8135

#70bcdd color RGB value is (112,188,221).

#70bcdd hex color red value is 112, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #70bcdd hue: 0.55 , saturation: 0.62 and the lightness value of 70bcdd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111100 11011101
Octal 160 274 335
Decimal 112 188 221
Hex 70 BC DD

RGB Percentages of Color #70bcdd

%21.50
%36.08
%42.42

CMYK Percentages of Color #70bcdd

%49
%15
%0
%13

Triadic Colors of #70bcdd

#70bcdd #dd70bc #bcdd70

Analogous Colors of #70bcdd

#70bcdd #7086dd #70ddc8

Monochromatic Colors of #70bcdd

#70bcdd

Complementary Color

#70bcdd #dd9170

#70bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bcdd Color CSS Codes

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

#70bcdd Text Font Color

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

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


#70bcdd Background Color

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

This div background color is #70bcdd


#70bcdd Border Color

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

This div border color is #70bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bcdd


Comments

No comments written yet.

Please login to write comment.