Color Hex Logo

#70dbdf Color Hex

#70DBDF
(112,219,223)
0 Favorites   0 Comments

Color spaces of #70dbdf

RGB 112219223
HSL0.510.630.66
HSV182°50°87°
CMYK 0.500.020.00   0.13
XYZ45.332959.435578.8949
Yxy59.43550.24680.3236
Hunter Lab77.0944-29.9540-6.7086
CIE-Lab81.5304-29.7331-11.4800

#70dbdf color RGB value is (112,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011011 11011111
Octal 160 333 337
Decimal 112 219 223
Hex 70 DB DF

RGB Percentages of Color #70dbdf

%20.22
%39.53
%40.25

CMYK Percentages of Color #70dbdf

%50
%2
%0
%13

Triadic Colors of #70dbdf

#70dbdf #df70db #dbdf70

Analogous Colors of #70dbdf

#70dbdf #70a4df #70dfac

Monochromatic Colors of #70dbdf

#70dbdf

Complementary Color

#70dbdf #df7470

#70dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dbdf Color CSS Codes

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

#70dbdf Text Font Color

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

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


#70dbdf Background Color

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

This div background color is #70dbdf


#70dbdf Border Color

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

This div border color is #70dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dbdf


Comments

No comments written yet.

Please login to write comment.