Color Hex Logo

#5d90ae Color Hex

#5D90AE
(93,144,174)
0 Favorites   0 Comments

Color spaces of #5d90ae

RGB 93144174
HSL0.560.330.52
HSV202°47°68°
CMYK 0.470.170.00   0.32
XYZ22.127425.329743.7673
Yxy25.32970.24260.2777
Hunter Lab50.3286-9.5961-16.3304
CIE-Lab57.3953-8.7723-21.0588

#5d90ae color RGB value is (93,144,174).

#5d90ae hex color red value is 93, green value is 144 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5d90ae hue: 0.56 , saturation: 0.33 and the lightness value of 5d90ae is 0.52.

The process color (four color CMYK) of #5d90ae color hex is 0.47, 0.17, 0.00, 0.32. Web safe color of #5d90ae is #669999. Color #5d90ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10010000 10101110
Octal 135 220 256
Decimal 93 144 174
Hex 5D 90 AE

RGB Percentages of Color #5d90ae

%22.63
%35.04
%42.34

CMYK Percentages of Color #5d90ae

%47
%17
%0
%32

Triadic Colors of #5d90ae

#5d90ae #ae5d90 #90ae5d

Analogous Colors of #5d90ae

#5d90ae #5d68ae #5daea4

Monochromatic Colors of #5d90ae

#5d90ae

Complementary Color

#5d90ae #ae7b5d

#5d90ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d90ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d90ae Color CSS Codes

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

#5d90ae Text Font Color

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

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


#5d90ae Background Color

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

This div background color is #5d90ae


#5d90ae Border Color

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

This div border color is #5d90ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,144,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d90ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d90ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5d90ae;
  box-shadow:         1px 1px 3px 2px #5d90ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d90ae


Comments

No comments written yet.

Please login to write comment.