Color Hex Logo

#70abad Color Hex

#70ABAD
(112,171,173)
0 Favorites   0 Comments

Color spaces of #70abad

RGB 112171173
HSL0.510.270.56
HSV182°35°68°
CMYK 0.350.010.00   0.32
XYZ28.787835.587744.8870
Yxy35.58770.26350.3257
Hunter Lab59.6554-18.2586-2.8532
CIE-Lab66.2037-18.5422-7.1200

#70abad color RGB value is (112,171,173).

#70abad hex color red value is 112, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #70abad hue: 0.51 , saturation: 0.27 and the lightness value of 70abad is 0.56.

The process color (four color CMYK) of #70abad color hex is 0.35, 0.01, 0.00, 0.32. Web safe color of #70abad is #669999. Color #70abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101011 10101101
Octal 160 253 255
Decimal 112 171 173
Hex 70 AB AD

RGB Percentages of Color #70abad

%24.56
%37.50
%37.94

CMYK Percentages of Color #70abad

%35
%1
%0
%32

Triadic Colors of #70abad

#70abad #ad70ab #abad70

Analogous Colors of #70abad

#70abad #708dad #70ad91

Monochromatic Colors of #70abad

#70abad

Complementary Color

#70abad #ad7270

#70abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#70abad Color CSS Codes

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

#70abad Text Font Color

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

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


#70abad Background Color

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

This div background color is #70abad


#70abad Border Color

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

This div border color is #70abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70abad


Comments

No comments written yet.

Please login to write comment.