Hex #5f9ea0 Color

#5f9ea0
equivalent to

RGB

(95, 158, 160)

Details of #5f9ea0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
95
23.2913
0.51
0.41
61.1546
29.4247
182°
54.2445
158
29.4247
0.25
0.01
-19.6752
0.2576
41°
-18.2838
160
37.7097
0.50
0.00   0.37
-7.4267
0.3254
63°
-3.2317

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1011111
137
95
5F
Green
10011110
236
158
9E
Blue
10100000
240
160
A0

RGB in % of #5f9ea0

%23.00
%38.26
%38.74

CMYK in % of #5f9ea0

%41
%1
%0
%37

Triads of color #5f9ea0

#5f9ea0 #9ea05f #a05fa0

Similar Colors to #5f9ea0

#5f9ea0 #5fa082 #5f7ea0

Preview Color #5f9ea0 on black ground

#5f9ea0 is very interesting for text.

Preview Color #5f9ea0 on white ground

#5f9ea0 is very interesting for text.

CSS Codes #5f9ea0 color

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

Text Font Color #5f9ea0

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

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


Background Color #5f9ea0

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

This div background color is #5f9ea0


Border Color #5f9ea0

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

The color of this border is #5f9ea0


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #5f9ea0