Color Hex Logo

#456daa Color Hex

#456DAA
(69,109,170)
0 Favorites   0 Comments

Color spaces of #456daa

RGB 69109170
HSL0.600.420.47
HSV216°59°67°
CMYK 0.590.360.00   0.33
XYZ15.178615.104840.1457
Yxy15.10480.21550.2145
Hunter Lab38.86491.6992-34.0385
CIE-Lab45.77744.9877-36.9006

#456daa color RGB value is (69,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101101 10101010
Octal 105 155 252
Decimal 69 109 170
Hex 45 6D AA

RGB Percentages of Color #456daa

%19.83
%31.32
%48.85

CMYK Percentages of Color #456daa

%59
%36
%0
%33

Triadic Colors of #456daa

#456daa #aa456d #6daa45

Analogous Colors of #456daa

#456daa #5045aa #45a0aa

Monochromatic Colors of #456daa

#456daa

Complementary Color

#456daa #aa8245

#456daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#456daa Color CSS Codes

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

#456daa Text Font Color

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

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


#456daa Background Color

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

This div background color is #456daa


#456daa Border Color

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

This div border color is #456daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456daa


Comments

No comments written yet.

Please login to write comment.