Color Hex Logo

#70aabb Color Hex

#70AABB
(112,170,187)
0 Favorites   0 Comments

Color spaces of #70aabb

RGB 112170187
HSL0.540.360.59
HSV194°40°73°
CMYK 0.400.090.00   0.27
XYZ30.026535.782152.3378
Yxy35.78210.25410.3029
Hunter Lab59.8181-15.0813-10.0030
CIE-Lab66.3531-14.4376-14.6804

#70aabb color RGB value is (112,170,187).

#70aabb hex color red value is 112, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #70aabb hue: 0.54 , saturation: 0.36 and the lightness value of 70aabb is 0.59.

The process color (four color CMYK) of #70aabb color hex is 0.40, 0.09, 0.00, 0.27. Web safe color of #70aabb is #6699cc. Color #70aabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101010 10111011
Octal 160 252 273
Decimal 112 170 187
Hex 70 AA BB

RGB Percentages of Color #70aabb

%23.88
%36.25
%39.87

CMYK Percentages of Color #70aabb

%40
%9
%0
%27

Triadic Colors of #70aabb

#70aabb #bb70aa #aabb70

Analogous Colors of #70aabb

#70aabb #7085bb #70bba7

Monochromatic Colors of #70aabb

#70aabb

Complementary Color

#70aabb #bb8170

#70aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aabb Color CSS Codes

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

#70aabb Text Font Color

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

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


#70aabb Background Color

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

This div background color is #70aabb


#70aabb Border Color

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

This div border color is #70aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aabb


Comments

No comments written yet.

Please login to write comment.