Color Hex Logo

#5a98ab Color Hex

#5A98AB
(90,152,171)
0 Favorites   0 Comments

Color spaces of #5a98ab

RGB 90152171
HSL0.540.330.51
HSV194°47°67°
CMYK 0.470.110.00   0.33
XYZ22.795427.570442.6483
Yxy27.57040.24510.2964
Hunter Lab52.5075-14.3949-11.4020
CIE-Lab59.4986-14.7740-16.1635

#5a98ab color RGB value is (90,152,171).

#5a98ab hex color red value is 90, green value is 152 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5a98ab hue: 0.54 , saturation: 0.33 and the lightness value of 5a98ab is 0.51.

The process color (four color CMYK) of #5a98ab color hex is 0.47, 0.11, 0.00, 0.33. Web safe color of #5a98ab is #669999. Color #5a98ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10011000 10101011
Octal 132 230 253
Decimal 90 152 171
Hex 5A 98 AB

RGB Percentages of Color #5a98ab

%21.79
%36.80
%41.40

CMYK Percentages of Color #5a98ab

%47
%11
%0
%33

Triadic Colors of #5a98ab

#5a98ab #ab5a98 #98ab5a

Analogous Colors of #5a98ab

#5a98ab #5a70ab #5aab96

Monochromatic Colors of #5a98ab

#5a98ab

Complementary Color

#5a98ab #ab6d5a

#5a98ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a98ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a98ab Color CSS Codes

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

#5a98ab Text Font Color

<p style="color:#5a98ab">Text here</p>

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


#5a98ab Background Color

<div style="background-color:#5a98ab">
Div content here</div>

This div background color is #5a98ab


#5a98ab Border Color

<div style="border:3px solid #5a98ab">
Div here</div>

This div border color is #5a98ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,152,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a98ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a98ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5a98ab;
  box-shadow:         1px 1px 3px 2px #5a98ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,152,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 #5a98ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a98ab


Comments

No comments written yet.

Please login to write comment.