Color Hex Logo

#154aae Color Hex

#154AAE
(21,74,174)
0 Favorites   0 Comments

Color spaces of #154aae

RGB 2174174
HSL0.610.780.38
HSV219°88°68°
CMYK 0.880.570.00   0.32
XYZ10.39808.113041.0623
Yxy8.11300.17450.1362
Hunter Lab28.483315.3166-65.5357
CIE-Lab34.217122.6804-57.9154

#154aae color RGB value is (21,74,174).

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

The process color (four color CMYK) of #154aae color hex is 0.88, 0.57, 0.00, 0.32. Web safe color of #154aae is #003399. Color #154aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001010 10101110
Octal 25 112 256
Decimal 21 74 174
Hex 15 4A AE

RGB Percentages of Color #154aae

%7.81
%27.51
%64.68

CMYK Percentages of Color #154aae

%88
%57
%0
%32

Triadic Colors of #154aae

#154aae #ae154a #4aae15

Analogous Colors of #154aae

#154aae #2d15ae #1597ae

Monochromatic Colors of #154aae

#154aae

Complementary Color

#154aae #ae7915

#154aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#154aae Color CSS Codes

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

#154aae Text Font Color

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

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


#154aae Background Color

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

This div background color is #154aae


#154aae Border Color

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

This div border color is #154aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154aae


Comments

No comments written yet.

Please login to write comment.