Color Hex Logo

#469aac Color Hex

#469AAC
(70,154,172)
0 Favorites   0 Comments

Color spaces of #469aac

RGB 70154172
HSL0.530.420.47
HSV191°59°67°
CMYK 0.590.100.00   0.33
XYZ21.527827.391943.1822
Yxy27.39190.23370.2974
Hunter Lab52.3373-18.1681-12.2826
CIE-Lab59.3353-19.9385-17.0531

#469aac color RGB value is (70,154,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 10101100
Octal 106 232 254
Decimal 70 154 172
Hex 46 9A AC

RGB Percentages of Color #469aac

%17.68
%38.89
%43.43

CMYK Percentages of Color #469aac

%59
%10
%0
%33

Triadic Colors of #469aac

#469aac #ac469a #9aac46

Analogous Colors of #469aac

#469aac #4667ac #46ac8b

Monochromatic Colors of #469aac

#469aac

Complementary Color

#469aac #ac5846

#469aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#469aac Color CSS Codes

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

#469aac Text Font Color

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

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


#469aac Background Color

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

This div background color is #469aac


#469aac Border Color

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

This div border color is #469aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469aac


Comments

No comments written yet.

Please login to write comment.