Color Hex Logo

#7090ab Color Hex

#7090AB
(112,144,171)
0 Favorites   0 Comments

Color spaces of #7090ab

RGB 112144171
HSL0.580.260.55
HSV207°35°67°
CMYK 0.350.160.00   0.33
XYZ24.006026.331542.3453
Yxy26.33150.25900.2841
Hunter Lab51.3142-6.2934-13.0071
CIE-Lab58.3504-4.4199-17.7959

#7090ab color RGB value is (112,144,171).

#7090ab hex color red value is 112, green value is 144 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7090ab hue: 0.58 , saturation: 0.26 and the lightness value of 7090ab is 0.55.

The process color (four color CMYK) of #7090ab color hex is 0.35, 0.16, 0.00, 0.33. Web safe color of #7090ab is #669999. Color #7090ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010000 10101011
Octal 160 220 253
Decimal 112 144 171
Hex 70 90 AB

RGB Percentages of Color #7090ab

%26.23
%33.72
%40.05

CMYK Percentages of Color #7090ab

%35
%16
%0
%33

Triadic Colors of #7090ab

#7090ab #ab7090 #90ab70

Analogous Colors of #7090ab

#7090ab #7073ab #70aba9

Monochromatic Colors of #7090ab

#7090ab

Complementary Color

#7090ab #ab8b70

#7090ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7090ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7090ab Color CSS Codes

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

#7090ab Text Font Color

<p style="color:#7090ab">Text here</p>

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


#7090ab Background Color

<div style="background-color:#7090ab">
Div content here</div>

This div background color is #7090ab


#7090ab Border Color

<div style="border:3px solid #7090ab">
Div here</div>

This div border color is #7090ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7090ab


Comments

No comments written yet.

Please login to write comment.