Color Hex Logo

#457daa Color Hex

#457DAA
(69,125,170)
0 Favorites   0 Comments

Color spaces of #457daa

RGB 69125170
HSL0.570.420.47
HSV207°59°67°
CMYK 0.590.260.00   0.33
XYZ17.043618.834740.7674
Yxy18.83470.22240.2457
Hunter Lab43.3990-5.8478-25.3156
CIE-Lab50.4932-4.6552-29.5064

#457daa color RGB value is (69,125,170).

#457daa hex color red value is 69, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #457daa hue: 0.57 , saturation: 0.42 and the lightness value of 457daa is 0.47.

The process color (four color CMYK) of #457daa color hex is 0.59, 0.26, 0.00, 0.33. Web safe color of #457daa is #336699. Color #457daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111101 10101010
Octal 105 175 252
Decimal 69 125 170
Hex 45 7D AA

RGB Percentages of Color #457daa

%18.96
%34.34
%46.70

CMYK Percentages of Color #457daa

%59
%26
%0
%33

Triadic Colors of #457daa

#457daa #aa457d #7daa45

Analogous Colors of #457daa

#457daa #454baa #45aaa5

Monochromatic Colors of #457daa

#457daa

Complementary Color

#457daa #aa7245

#457daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#457daa Color CSS Codes

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

#457daa Text Font Color

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

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


#457daa Background Color

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

This div background color is #457daa


#457daa Border Color

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

This div border color is #457daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457daa


Comments

No comments written yet.

Please login to write comment.