Color Hex Logo

#5f9dad Color Hex

#5F9DAD
(95,157,173)
0 Favorites   0 Comments

Color spaces of #5f9dad

RGB 95157173
HSL0.530.320.53
HSV192°45°68°
CMYK 0.450.090.00   0.32
XYZ24.319129.564043.9598
Yxy29.56400.24860.3022
Hunter Lab54.3728-15.3154-9.8744
CIE-Lab61.2762-15.6631-14.5836

#5f9dad color RGB value is (95,157,173).

#5f9dad hex color red value is 95, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5f9dad hue: 0.53 , saturation: 0.32 and the lightness value of 5f9dad is 0.53.

The process color (four color CMYK) of #5f9dad color hex is 0.45, 0.09, 0.00, 0.32. Web safe color of #5f9dad is #669999. Color #5f9dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10011101 10101101
Octal 137 235 255
Decimal 95 157 173
Hex 5F 9D AD

RGB Percentages of Color #5f9dad

%22.35
%36.94
%40.71

CMYK Percentages of Color #5f9dad

%45
%9
%0
%32

Triadic Colors of #5f9dad

#5f9dad #ad5f9d #9dad5f

Analogous Colors of #5f9dad

#5f9dad #5f76ad #5fad96

Monochromatic Colors of #5f9dad

#5f9dad

Complementary Color

#5f9dad #ad6f5f

#5f9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f9dad Color CSS Codes

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

#5f9dad Text Font Color

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

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


#5f9dad Background Color

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

This div background color is #5f9dad


#5f9dad Border Color

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

This div border color is #5f9dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,157,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f9dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f9dad;
  -webkit-box-shadow: 1px 1px 3px 2px #5f9dad;
  box-shadow:         1px 1px 3px 2px #5f9dad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,157,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f9dad


Comments

No comments written yet.

Please login to write comment.