Color Hex Logo

#469daa Color Hex

#469DAA
(70,157,170)
0 Favorites   0 Comments

Color spaces of #469daa

RGB 70157170
HSL0.520.420.47
HSV188°59°67°
CMYK 0.590.080.00   0.33
XYZ21.838528.318342.3452
Yxy28.31830.23610.3061
Hunter Lab53.2149-19.8728-9.9289
CIE-Lab60.1752-22.0994-14.6495

#469daa color RGB value is (70,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011101 10101010
Octal 106 235 252
Decimal 70 157 170
Hex 46 9D AA

RGB Percentages of Color #469daa

%17.63
%39.55
%42.82

CMYK Percentages of Color #469daa

%59
%8
%0
%33

Triadic Colors of #469daa

#469daa #aa469d #9daa46

Analogous Colors of #469daa

#469daa #466baa #46aa85

Monochromatic Colors of #469daa

#469daa

Complementary Color

#469daa #aa5346

#469daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#469daa Color CSS Codes

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

#469daa Text Font Color

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

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


#469daa Background Color

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

This div background color is #469daa


#469daa Border Color

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

This div border color is #469daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469daa


Comments

No comments written yet.

Please login to write comment.