Color Hex Logo

#5a98bb Color Hex

#5A98BB
(90,152,187)
0 Favorites   0 Comments

Color spaces of #5a98bb

RGB 90152187
HSL0.560.420.54
HSV202°52°73°
CMYK 0.520.190.00   0.27
XYZ24.414328.218051.1736
Yxy28.21800.23520.2718
Hunter Lab53.1206-10.9223-19.9324
CIE-Lab60.0852-10.1157-24.3168

#5a98bb color RGB value is (90,152,187).

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

The process color (four color CMYK) of #5a98bb color hex is 0.52, 0.19, 0.00, 0.27. Web safe color of #5a98bb is #6699cc. Color #5a98bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10011000 10111011
Octal 132 230 273
Decimal 90 152 187
Hex 5A 98 BB

RGB Percentages of Color #5a98bb

%20.98
%35.43
%43.59

CMYK Percentages of Color #5a98bb

%52
%19
%0
%27

Triadic Colors of #5a98bb

#5a98bb #bb5a98 #98bb5a

Analogous Colors of #5a98bb

#5a98bb #5a68bb #5abbae

Monochromatic Colors of #5a98bb

#5a98bb

Complementary Color

#5a98bb #bb7d5a

#5a98bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a98bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a98bb Color CSS Codes

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

#5a98bb Text Font Color

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

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


#5a98bb Background Color

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

This div background color is #5a98bb


#5a98bb Border Color

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

This div border color is #5a98bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a98bb


Comments

No comments written yet.

Please login to write comment.