Color Hex Logo

#469ace Color Hex

#469ACE
(70,154,206)
0 Favorites   0 Comments

Color spaces of #469ace

RGB 70154206
HSL0.560.580.54
HSV203°66°81°
CMYK 0.660.250.00   0.19
XYZ25.222028.869562.6356
Yxy28.86950.21610.2473
Hunter Lab53.7303-10.2370-31.5055
CIE-Lab60.6663-9.1534-34.1518

#469ace color RGB value is (70,154,206).

#469ace hex color red value is 70, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #469ace hue: 0.56 , saturation: 0.58 and the lightness value of 469ace is 0.54.

The process color (four color CMYK) of #469ace color hex is 0.66, 0.25, 0.00, 0.19. Web safe color of #469ace is #3399cc. Color #469ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11001110
Octal 106 232 316
Decimal 70 154 206
Hex 46 9A CE

RGB Percentages of Color #469ace

%16.28
%35.81
%47.91

CMYK Percentages of Color #469ace

%66
%25
%0
%19

Triadic Colors of #469ace

#469ace #ce469a #9ace46

Analogous Colors of #469ace

#469ace #4656ce #46cebe

Monochromatic Colors of #469ace

#469ace

Complementary Color

#469ace #ce7a46

#469ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#469ace Color CSS Codes

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

#469ace Text Font Color

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

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


#469ace Background Color

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

This div background color is #469ace


#469ace Border Color

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

This div border color is #469ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469ace


Comments

No comments written yet.

Please login to write comment.