Color Hex Logo

#154363 Color Hex

#154363
(21,67,99)
0 Favorites   0 Comments

Color spaces of #154363

RGB 216799
HSL0.570.650.24
HSV205°79°39°
CMYK 0.790.320.00   0.61
XYZ4.56855.074612.5431
Yxy5.07460.20590.2287
Hunter Lab22.5269-3.2218-17.2442
CIE-Lab26.9463-3.3182-23.2694

#154363 color RGB value is (21,67,99).

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

The process color (four color CMYK) of #154363 color hex is 0.79, 0.32, 0.00, 0.61. Web safe color of #154363 is #003366. Color #154363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000011 01100011
Octal 25 103 143
Decimal 21 67 99
Hex 15 43 63

RGB Percentages of Color #154363

%11.23
%35.83
%52.94

CMYK Percentages of Color #154363

%79
%32
%0
%61

Triadic Colors of #154363

#154363 #631543 #436315

Analogous Colors of #154363

#154363 #151c63 #15635c

Monochromatic Colors of #154363

#154363

Complementary Color

#154363 #633515

#154363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#154363 Color CSS Codes

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

#154363 Text Font Color

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

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


#154363 Background Color

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

This div background color is #154363


#154363 Border Color

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

This div border color is #154363


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,67,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 #154363">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154363


Comments

No comments written yet.

Please login to write comment.