Color Hex Logo

#70bddf Color Hex

#70BDDF
(112,189,223)
0 Favorites   0 Comments

Color spaces of #70bddf

RGB 112189223
HSL0.550.630.66
HSV198°50°87°
CMYK 0.500.150.00   0.13
XYZ38.199045.167676.5170
Yxy45.16760.23890.2825
Hunter Lab67.2068-16.1562-20.4586
CIE-Lab73.0021-14.6455-24.3607

#70bddf color RGB value is (112,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111101 11011111
Octal 160 275 337
Decimal 112 189 223
Hex 70 BD DF

RGB Percentages of Color #70bddf

%21.37
%36.07
%42.56

CMYK Percentages of Color #70bddf

%50
%15
%0
%13

Triadic Colors of #70bddf

#70bddf #df70bd #bddf70

Analogous Colors of #70bddf

#70bddf #7086df #70dfca

Monochromatic Colors of #70bddf

#70bddf

Complementary Color

#70bddf #df9270

#70bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bddf Color CSS Codes

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

#70bddf Text Font Color

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

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


#70bddf Background Color

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

This div background color is #70bddf


#70bddf Border Color

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

This div border color is #70bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bddf


Comments

No comments written yet.

Please login to write comment.