Color Hex Logo

#469aba Color Hex

#469ABA
(70,154,186)
0 Favorites   0 Comments

Color spaces of #469aba

RGB 70154186
HSL0.550.460.50
HSV197°62°73°
CMYK 0.620.170.00   0.27
XYZ22.944327.958550.6416
Yxy27.95850.22600.2753
Hunter Lab52.8758-15.0765-19.7717
CIE-Lab59.8512-15.6189-24.1795

#469aba color RGB value is (70,154,186).

#469aba hex color red value is 70, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #469aba hue: 0.55 , saturation: 0.46 and the lightness value of 469aba is 0.50.

The process color (four color CMYK) of #469aba color hex is 0.62, 0.17, 0.00, 0.27. Web safe color of #469aba is #3399cc. Color #469aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 10111010
Octal 106 232 272
Decimal 70 154 186
Hex 46 9A BA

RGB Percentages of Color #469aba

%17.07
%37.56
%45.37

CMYK Percentages of Color #469aba

%62
%17
%0
%27

Triadic Colors of #469aba

#469aba #ba469a #9aba46

Analogous Colors of #469aba

#469aba #4660ba #46baa0

Monochromatic Colors of #469aba

#469aba

Complementary Color

#469aba #ba6646

#469aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#469aba Color CSS Codes

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

#469aba Text Font Color

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

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


#469aba Background Color

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

This div background color is #469aba


#469aba Border Color

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

This div border color is #469aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469aba


Comments

No comments written yet.

Please login to write comment.