Color Hex Logo

#70ccad Color Hex

#70CCAD
(112,204,173)
0 Favorites   0 Comments

Color spaces of #70ccad

RGB 112204173
HSL0.440.470.62
HSV160°45°80°
CMYK 0.450.000.15   0.20
XYZ35.817849.647647.2303
Yxy49.64760.26990.3741
Hunter Lab70.4611-32.56919.5804
CIE-Lab75.8524-34.76366.9694

#70ccad color RGB value is (112,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001100 10101101
Octal 160 314 255
Decimal 112 204 173
Hex 70 CC AD

RGB Percentages of Color #70ccad

%22.90
%41.72
%35.38

CMYK Percentages of Color #70ccad

%45
%0
%15
%20

Triadic Colors of #70ccad

#70ccad #ad70cc #ccad70

Analogous Colors of #70ccad

#70ccad #70bdcc #70cc7f

Monochromatic Colors of #70ccad

#70ccad

Complementary Color

#70ccad #cc708f

#70ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ccad Color CSS Codes

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

#70ccad Text Font Color

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

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


#70ccad Background Color

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

This div background color is #70ccad


#70ccad Border Color

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

This div border color is #70ccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ccad


Comments

No comments written yet.

Please login to write comment.