Color Hex Logo

#455eab Color Hex

#455EAB
(69,94,171)
0 Favorites   0 Comments

Color spaces of #455eab

RGB 6994171
HSL0.630.430.47
HSV225°60°67°
CMYK 0.600.450.00   0.33
XYZ13.807612.210940.1573
Yxy12.21090.20870.1845
Hunter Lab34.94419.3792-43.6744
CIE-Lab41.549414.7855-44.2041

#455eab color RGB value is (69,94,171).

#455eab hex color red value is 69, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #455eab hue: 0.63 , saturation: 0.43 and the lightness value of 455eab is 0.47.

The process color (four color CMYK) of #455eab color hex is 0.60, 0.45, 0.00, 0.33. Web safe color of #455eab is #336699. Color #455eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01011110 10101011
Octal 105 136 253
Decimal 69 94 171
Hex 45 5E AB

RGB Percentages of Color #455eab

%20.66
%28.14
%51.20

CMYK Percentages of Color #455eab

%60
%45
%0
%33

Triadic Colors of #455eab

#455eab #ab455e #5eab45

Analogous Colors of #455eab

#455eab #5f45ab #4591ab

Monochromatic Colors of #455eab

#455eab

Complementary Color

#455eab #ab9245

#455eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#455eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#455eab Color CSS Codes

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

#455eab Text Font Color

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

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


#455eab Background Color

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

This div background color is #455eab


#455eab Border Color

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

This div border color is #455eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,94,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #455eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #455eab;
  -webkit-box-shadow: 1px 1px 3px 2px #455eab;
  box-shadow:         1px 1px 3px 2px #455eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,94,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #455eab


Comments

No comments written yet.

Please login to write comment.