Color Hex Logo

#5a9ebe Color Hex

#5A9EBE
(90,158,190)
0 Favorites   0 Comments

Color spaces of #5a9ebe

RGB 90158190
HSL0.550.430.55
HSV199°53°75°
CMYK 0.530.170.00   0.25
XYZ25.737630.345153.2159
Yxy30.34510.23550.2776
Hunter Lab55.0864-13.0020-18.7163
CIE-Lab61.9508-12.5157-23.1418

#5a9ebe color RGB value is (90,158,190).

#5a9ebe hex color red value is 90, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5a9ebe hue: 0.55 , saturation: 0.43 and the lightness value of 5a9ebe is 0.55.

The process color (four color CMYK) of #5a9ebe color hex is 0.53, 0.17, 0.00, 0.25. Web safe color of #5a9ebe is #6699cc. Color #5a9ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10011110 10111110
Octal 132 236 276
Decimal 90 158 190
Hex 5A 9E BE

RGB Percentages of Color #5a9ebe

%20.55
%36.07
%43.38

CMYK Percentages of Color #5a9ebe

%53
%17
%0
%25

Triadic Colors of #5a9ebe

#5a9ebe #be5a9e #9ebe5a

Analogous Colors of #5a9ebe

#5a9ebe #5a6cbe #5abeac

Monochromatic Colors of #5a9ebe

#5a9ebe

Complementary Color

#5a9ebe #be7a5a

#5a9ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a9ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a9ebe Color CSS Codes

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

#5a9ebe Text Font Color

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

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


#5a9ebe Background Color

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

This div background color is #5a9ebe


#5a9ebe Border Color

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

This div border color is #5a9ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,158,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a9ebe


Comments

No comments written yet.

Please login to write comment.