Color Hex Logo

#469dab Color Hex

#469DAB
(70,157,171)
0 Favorites   0 Comments

Color spaces of #469dab

RGB 70157171
HSL0.520.420.47
HSV188°59°67°
CMYK 0.590.080.00   0.33
XYZ21.933428.356342.8454
Yxy28.35630.23550.3045
Hunter Lab53.2506-19.6663-10.4292
CIE-Lab60.2093-21.8033-15.1633

#469dab color RGB value is (70,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011101 10101011
Octal 106 235 253
Decimal 70 157 171
Hex 46 9D AB

RGB Percentages of Color #469dab

%17.59
%39.45
%42.96

CMYK Percentages of Color #469dab

%59
%8
%0
%33

Triadic Colors of #469dab

#469dab #ab469d #9dab46

Analogous Colors of #469dab

#469dab #466bab #46ab87

Monochromatic Colors of #469dab

#469dab

Complementary Color

#469dab #ab5446

#469dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#469dab Color CSS Codes

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

#469dab Text Font Color

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

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


#469dab Background Color

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

This div background color is #469dab


#469dab Border Color

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

This div border color is #469dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,157,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #469dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469dab


Comments

No comments written yet.

Please login to write comment.