Color Hex Logo

#5f8ead Color Hex

#5F8EAD
(95,142,173)
0 Favorites   0 Comments

Color spaces of #5f8ead

RGB 95142173
HSL0.570.320.53
HSV204°45°68°
CMYK 0.450.180.00   0.32
XYZ21.935124.796043.1652
Yxy24.79600.24400.2758
Hunter Lab49.7956-8.5125-16.5385
CIE-Lab56.8761-7.4283-21.2739

#5f8ead color RGB value is (95,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10001110 10101101
Octal 137 216 255
Decimal 95 142 173
Hex 5F 8E AD

RGB Percentages of Color #5f8ead

%23.17
%34.63
%42.20

CMYK Percentages of Color #5f8ead

%45
%18
%0
%32

Triadic Colors of #5f8ead

#5f8ead #ad5f8e #8ead5f

Analogous Colors of #5f8ead

#5f8ead #5f67ad #5fada5

Monochromatic Colors of #5f8ead

#5f8ead

Complementary Color

#5f8ead #ad7e5f

#5f8ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f8ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f8ead Color CSS Codes

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

#5f8ead Text Font Color

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

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


#5f8ead Background Color

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

This div background color is #5f8ead


#5f8ead Border Color

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

This div border color is #5f8ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f8ead


Comments

No comments written yet.

Please login to write comment.