Color Hex Logo

#70dadd Color Hex

#70DADD
(112,218,221)
0 Favorites   0 Comments

Color spaces of #70dadd

RGB 112218221
HSL0.500.620.65
HSV182°49°87°
CMYK 0.490.010.00   0.13
XYZ44.804658.808077.3962
Yxy58.80800.24750.3249
Hunter Lab76.6864-29.9112-6.1583
CIE-Lab81.1859-29.7719-10.9291

#70dadd color RGB value is (112,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011010 11011101
Octal 160 332 335
Decimal 112 218 221
Hex 70 DA DD

RGB Percentages of Color #70dadd

%20.33
%39.56
%40.11

CMYK Percentages of Color #70dadd

%49
%1
%0
%13

Triadic Colors of #70dadd

#70dadd #dd70da #dadd70

Analogous Colors of #70dadd

#70dadd #70a4dd #70ddaa

Monochromatic Colors of #70dadd

#70dadd

Complementary Color

#70dadd #dd7370

#70dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dadd Color CSS Codes

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

#70dadd Text Font Color

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

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


#70dadd Background Color

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

This div background color is #70dadd


#70dadd Border Color

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

This div border color is #70dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dadd


Comments

No comments written yet.

Please login to write comment.