Color Hex Logo

#459daa Color Hex

#459DAA
(69,157,170)
0 Favorites   0 Comments

Color spaces of #459daa

RGB 69157170
HSL0.520.420.47
HSV188°59°67°
CMYK 0.590.080.00   0.33
XYZ21.766928.281442.3418
Yxy28.28140.23560.3061
Hunter Lab53.1803-20.0047-9.9802
CIE-Lab60.1421-22.2918-14.7026

#459daa color RGB value is (69,157,170).

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

The process color (four color CMYK) of #459daa color hex is 0.59, 0.08, 0.00, 0.33. Web safe color of #459daa is #339999. Color #459daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011101 10101010
Octal 105 235 252
Decimal 69 157 170
Hex 45 9D AA

RGB Percentages of Color #459daa

%17.42
%39.65
%42.93

CMYK Percentages of Color #459daa

%59
%8
%0
%33

Triadic Colors of #459daa

#459daa #aa459d #9daa45

Analogous Colors of #459daa

#459daa #456baa #45aa85

Monochromatic Colors of #459daa

#459daa

Complementary Color

#459daa #aa5245

#459daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#459daa Color CSS Codes

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

#459daa Text Font Color

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

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


#459daa Background Color

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

This div background color is #459daa


#459daa Border Color

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

This div border color is #459daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459daa


Comments

No comments written yet.

Please login to write comment.