Color Hex Logo

#456aaa Color Hex

#456AAA
(69,106,170)
0 Favorites   0 Comments

Color spaces of #456aaa

RGB 69106170
HSL0.610.420.47
HSV218°59°67°
CMYK 0.590.380.00   0.33
XYZ14.864014.475640.0409
Yxy14.47560.21420.2086
Hunter Lab38.04683.1539-35.7647
CIE-Lab44.90746.8504-38.2757

#456aaa color RGB value is (69,106,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101010 10101010
Octal 105 152 252
Decimal 69 106 170
Hex 45 6A AA

RGB Percentages of Color #456aaa

%20.00
%30.72
%49.28

CMYK Percentages of Color #456aaa

%59
%38
%0
%33

Triadic Colors of #456aaa

#456aaa #aa456a #6aaa45

Analogous Colors of #456aaa

#456aaa #5245aa #459daa

Monochromatic Colors of #456aaa

#456aaa

Complementary Color

#456aaa #aa8545

#456aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#456aaa Color CSS Codes

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

#456aaa Text Font Color

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

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


#456aaa Background Color

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

This div background color is #456aaa


#456aaa Border Color

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

This div border color is #456aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456aaa


Comments

No comments written yet.

Please login to write comment.