Color Hex Logo

#457bab Color Hex

#457BAB
(69,123,171)
0 Favorites   0 Comments

Color spaces of #457bab

RGB 69123171
HSL0.580.430.47
HSV208°60°67°
CMYK 0.600.280.00   0.33
XYZ16.887918.371441.1840
Yxy18.37140.22090.2403
Hunter Lab42.8619-4.6779-26.9657
CIE-Lab49.9435-3.1469-30.9435

#457bab color RGB value is (69,123,171).

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

The process color (four color CMYK) of #457bab color hex is 0.60, 0.28, 0.00, 0.33. Web safe color of #457bab is #336699. Color #457bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111011 10101011
Octal 105 173 253
Decimal 69 123 171
Hex 45 7B AB

RGB Percentages of Color #457bab

%19.01
%33.88
%47.11

CMYK Percentages of Color #457bab

%60
%28
%0
%33

Triadic Colors of #457bab

#457bab #ab457b #7bab45

Analogous Colors of #457bab

#457bab #4548ab #45aba8

Monochromatic Colors of #457bab

#457bab

Complementary Color

#457bab #ab7545

#457bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#457bab Color CSS Codes

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

#457bab Text Font Color

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

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


#457bab Background Color

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

This div background color is #457bab


#457bab Border Color

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

This div border color is #457bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,123,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 #457bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457bab


Comments

No comments written yet.

Please login to write comment.