Color Hex Logo

#70bbdf Color Hex

#70BBDF
(112,187,223)
0 Favorites   0 Comments

Color spaces of #70bbdf

RGB 112187223
HSL0.550.630.66
HSV199°50°87°
CMYK 0.500.160.00   0.13
XYZ37.771744.313176.3745
Yxy44.31310.23840.2796
Hunter Lab66.5681-15.2107-21.4266
CIE-Lab72.4373-13.5919-25.2241

#70bbdf color RGB value is (112,187,223).

#70bbdf hex color red value is 112, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #70bbdf hue: 0.55 , saturation: 0.63 and the lightness value of 70bbdf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111011 11011111
Octal 160 273 337
Decimal 112 187 223
Hex 70 BB DF

RGB Percentages of Color #70bbdf

%21.46
%35.82
%42.72

CMYK Percentages of Color #70bbdf

%50
%16
%0
%13

Triadic Colors of #70bbdf

#70bbdf #df70bb #bbdf70

Analogous Colors of #70bbdf

#70bbdf #7084df #70dfcc

Monochromatic Colors of #70bbdf

#70bbdf

Complementary Color

#70bbdf #df9470

#70bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bbdf Color CSS Codes

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

#70bbdf Text Font Color

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

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


#70bbdf Background Color

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

This div background color is #70bbdf


#70bbdf Border Color

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

This div border color is #70bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bbdf


Comments

No comments written yet.

Please login to write comment.