Color Hex Logo

#154caa Color Hex

#154CAA
(21,76,170)
0 Favorites   0 Comments

Color spaces of #154caa

RGB 2176170
HSL0.610.780.37
HSV218°88°67°
CMYK 0.880.550.00   0.33
XYZ10.14948.230639.0839
Yxy8.23060.17660.1432
Hunter Lab28.689012.9427-60.6902
CIE-Lab34.458619.7184-55.1401

#154caa color RGB value is (21,76,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001100 10101010
Octal 25 114 252
Decimal 21 76 170
Hex 15 4C AA

RGB Percentages of Color #154caa

%7.87
%28.46
%63.67

CMYK Percentages of Color #154caa

%88
%55
%0
%33

Triadic Colors of #154caa

#154caa #aa154c #4caa15

Analogous Colors of #154caa

#154caa #2915aa #1597aa

Monochromatic Colors of #154caa

#154caa

Complementary Color

#154caa #aa7315

#154caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#154caa Color CSS Codes

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

#154caa Text Font Color

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

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


#154caa Background Color

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

This div background color is #154caa


#154caa Border Color

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

This div border color is #154caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154caa


Comments

No comments written yet.

Please login to write comment.