Color Hex Logo

#155463 Color Hex

#155463
(21,84,99)
0 Favorites   0 Comments

Color spaces of #155463

RGB 218499
HSL0.530.650.24
HSV192°79°39°
CMYK 0.790.150.00   0.61
XYZ5.73177.400912.9308
Yxy7.40090.21990.2840
Hunter Lab27.2046-10.0001-9.1383
CIE-Lab32.7027-13.8521-14.3370

#155463 color RGB value is (21,84,99).

#155463 hex color red value is 21, green value is 84 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #155463 hue: 0.53 , saturation: 0.65 and the lightness value of 155463 is 0.24.

The process color (four color CMYK) of #155463 color hex is 0.79, 0.15, 0.00, 0.61. Web safe color of #155463 is #006666. Color #155463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010100 01100011
Octal 25 124 143
Decimal 21 84 99
Hex 15 54 63

RGB Percentages of Color #155463

%10.29
%41.18
%48.53

CMYK Percentages of Color #155463

%79
%15
%0
%61

Triadic Colors of #155463

#155463 #631554 #546315

Analogous Colors of #155463

#155463 #152d63 #15634b

Monochromatic Colors of #155463

#155463

Complementary Color

#155463 #632415

#155463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155463 Color CSS Codes

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

#155463 Text Font Color

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

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


#155463 Background Color

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

This div background color is #155463


#155463 Border Color

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

This div border color is #155463


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,84,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155463; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155463;
  -webkit-box-shadow: 1px 1px 3px 2px #155463;
  box-shadow:         1px 1px 3px 2px #155463; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155463


Comments

No comments written yet.

Please login to write comment.