Hex #155d72 Color

#155d72
equivalent to

RGB

(21, 93, 114)

Details of #155d72

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
21
7.2609
0.54
0.82
36.3723
9.2030
194°
30.3365
93
9.2030
0.69
0.18
-13.5876
0.2150
82°
-10.3657
114
17.3133
0.26
0.00   0.55
-18.0548
0.2725
45°
-12.5897

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10101
25
21
15
Green
1011101
135
93
5D
Blue
1110010
162
114
72

RGB in % of #155d72

%9.21
%40.79
%50.00

CMYK in % of #155d72

%82
%18
%0
%55

Triads of color #155d72

#155d72 #5d7215 #721572

Similar Colors to #155d72

#155d72 #157259 #152f72

Preview Color #155d72 on black ground

#155d72 is very interesting for text.

Preview Color #155d72 on white ground

#155d72 is very interesting for text.

CSS Codes #155d72 color

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

Text Font Color #155d72

<p style="color:#155d72">Text here</p>

This sample text font color is #155d72
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 #155d72

<div style="background-color:#155d72">
Div content here</div>

This div background color is #155d72


Border Color #155d72

<div style="border:3px solid #155d72">
Div here</div>

The color of this border is #155d72


Examples Css3

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

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 #155d72">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #155d72