Color Hex Logo

#154baa Color Hex

#154BAA
(21,75,170)
0 Favorites   0 Comments

Color spaces of #154baa

RGB 2175170
HSL0.610.780.37
HSV218°88°67°
CMYK 0.880.560.00   0.33
XYZ10.08108.093939.0612
Yxy8.09390.17610.1414
Hunter Lab28.449813.4632-61.4896
CIE-Lab34.177720.3952-55.5969

#154baa color RGB value is (21,75,170).

#154baa hex color red value is 21, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #154baa hue: 0.61 , saturation: 0.78 and the lightness value of 154baa is 0.37.

The process color (four color CMYK) of #154baa color hex is 0.88, 0.56, 0.00, 0.33. Web safe color of #154baa is #003399. Color #154baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001011 10101010
Octal 25 113 252
Decimal 21 75 170
Hex 15 4B AA

RGB Percentages of Color #154baa

%7.89
%28.20
%63.91

CMYK Percentages of Color #154baa

%88
%56
%0
%33

Triadic Colors of #154baa

#154baa #aa154b #4baa15

Analogous Colors of #154baa

#154baa #2a15aa #1596aa

Monochromatic Colors of #154baa

#154baa

Complementary Color

#154baa #aa7415

#154baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#154baa Color CSS Codes

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

#154baa Text Font Color

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

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


#154baa Background Color

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

This div background color is #154baa


#154baa Border Color

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

This div border color is #154baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,75,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #154baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #154baa;
  -webkit-box-shadow: 1px 1px 3px 2px #154baa;
  box-shadow:         1px 1px 3px 2px #154baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154baa


Comments

No comments written yet.

Please login to write comment.