Color Hex Logo

#70caad Color Hex

#70CAAD
(112,202,173)
0 Favorites   0 Comments

Color spaces of #70caad

RGB 112202173
HSL0.450.460.62
HSV161°45°79°
CMYK 0.450.000.14   0.21
XYZ35.345448.702947.0729
Yxy48.70290.26960.3714
Hunter Lab69.7875-31.72288.8591
CIE-Lab75.2661-33.83116.1269

#70caad color RGB value is (112,202,173).

#70caad hex color red value is 112, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #70caad hue: 0.45 , saturation: 0.46 and the lightness value of 70caad is 0.62.

The process color (four color CMYK) of #70caad color hex is 0.45, 0.00, 0.14, 0.21. Web safe color of #70caad is #66cc99. Color #70caad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001010 10101101
Octal 160 312 255
Decimal 112 202 173
Hex 70 CA AD

RGB Percentages of Color #70caad

%23.00
%41.48
%35.52

CMYK Percentages of Color #70caad

%45
%0
%14
%21

Triadic Colors of #70caad

#70caad #ad70ca #caad70

Analogous Colors of #70caad

#70caad #70baca #70ca80

Monochromatic Colors of #70caad

#70caad

Complementary Color

#70caad #ca708d

#70caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#70caad Color CSS Codes

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

#70caad Text Font Color

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

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


#70caad Background Color

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

This div background color is #70caad


#70caad Border Color

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

This div border color is #70caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70caad


Comments

No comments written yet.

Please login to write comment.