Color Hex Logo

#70daca Color Hex

#70DACA
(112,218,202)
0 Favorites   0 Comments

Color spaces of #70daca

RGB 112218202
HSL0.470.590.65
HSV171°49°85°
CMYK 0.490.000.07   0.15
XYZ42.414257.851864.8082
Yxy57.85180.25690.3505
Hunter Lab76.0604-33.56722.7235
CIE-Lab80.6563-34.5362-1.5876

#70daca color RGB value is (112,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011010 11001010
Octal 160 332 312
Decimal 112 218 202
Hex 70 DA CA

RGB Percentages of Color #70daca

%21.05
%40.98
%37.97

CMYK Percentages of Color #70daca

%49
%0
%7
%15

Triadic Colors of #70daca

#70daca #ca70da #daca70

Analogous Colors of #70daca

#70daca #70b5da #70da95

Monochromatic Colors of #70daca

#70daca

Complementary Color

#70daca #da7080

#70daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#70daca Color CSS Codes

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

#70daca Text Font Color

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

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


#70daca Background Color

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

This div background color is #70daca


#70daca Border Color

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

This div border color is #70daca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70daca


Comments

No comments written yet.

Please login to write comment.