Color Hex Logo

#70caae Color Hex

#70CAAE
(112,202,174)
0 Favorites   0 Comments

Color spaces of #70caae

RGB 112202174
HSL0.450.460.62
HSV161°45°79°
CMYK 0.450.000.14   0.21
XYZ35.442648.741847.5845
Yxy48.74180.26900.3699
Hunter Lab69.8153-31.55918.4600
CIE-Lab75.2904-33.60655.6229

#70caae color RGB value is (112,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001010 10101110
Octal 160 312 256
Decimal 112 202 174
Hex 70 CA AE

RGB Percentages of Color #70caae

%22.95
%41.39
%35.66

CMYK Percentages of Color #70caae

%45
%0
%14
%21

Triadic Colors of #70caae

#70caae #ae70ca #caae70

Analogous Colors of #70caae

#70caae #70b9ca #70ca81

Monochromatic Colors of #70caae

#70caae

Complementary Color

#70caae #ca708c

#70caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#70caae Color CSS Codes

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

#70caae Text Font Color

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

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


#70caae Background Color

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

This div background color is #70caae


#70caae Border Color

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

This div border color is #70caae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70caae


Comments

No comments written yet.

Please login to write comment.