Color Hex Logo

#70baae Color Hex

#70BAAE
(112,186,174)
0 Favorites   0 Comments

Color spaces of #70baae

RGB 112186174
HSL0.470.350.58
HSV170°40°73°
CMYK 0.400.000.06   0.27
XYZ31.881041.618546.3973
Yxy41.61850.26590.3471
Hunter Lab64.5124-24.68492.5173
CIE-Lab70.6071-25.9027-1.1789

#70baae color RGB value is (112,186,174).

#70baae hex color red value is 112, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #70baae hue: 0.47 , saturation: 0.35 and the lightness value of 70baae is 0.58.

The process color (four color CMYK) of #70baae color hex is 0.40, 0.00, 0.06, 0.27. Web safe color of #70baae is #66cc99. Color #70baae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111010 10101110
Octal 160 272 256
Decimal 112 186 174
Hex 70 BA AE

RGB Percentages of Color #70baae

%23.73
%39.41
%36.86

CMYK Percentages of Color #70baae

%40
%0
%6
%27

Triadic Colors of #70baae

#70baae #ae70ba #baae70

Analogous Colors of #70baae

#70baae #70a1ba #70ba89

Monochromatic Colors of #70baae

#70baae

Complementary Color

#70baae #ba707c

#70baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#70baae Color CSS Codes

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

#70baae Text Font Color

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

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


#70baae Background Color

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

This div background color is #70baae


#70baae Border Color

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

This div border color is #70baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70baae


Comments

No comments written yet.

Please login to write comment.