Color Hex Logo

#469aca Color Hex

#469ACA
(70,154,202)
0 Favorites   0 Comments

Color spaces of #469aca

RGB 70154202
HSL0.560.550.53
HSV202°65°79°
CMYK 0.650.240.00   0.21
XYZ24.742128.677660.1084
Yxy28.67760.21790.2526
Hunter Lab53.5515-11.2437-29.0635
CIE-Lab60.4960-10.4705-32.1775

#469aca color RGB value is (70,154,202).

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

The process color (four color CMYK) of #469aca color hex is 0.65, 0.24, 0.00, 0.21. Web safe color of #469aca is #3399cc. Color #469aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11001010
Octal 106 232 312
Decimal 70 154 202
Hex 46 9A CA

RGB Percentages of Color #469aca

%16.43
%36.15
%47.42

CMYK Percentages of Color #469aca

%65
%24
%0
%21

Triadic Colors of #469aca

#469aca #ca469a #9aca46

Analogous Colors of #469aca

#469aca #4658ca #46cab8

Monochromatic Colors of #469aca

#469aca

Complementary Color

#469aca #ca7646

#469aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#469aca Color CSS Codes

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

#469aca Text Font Color

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

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


#469aca Background Color

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

This div background color is #469aca


#469aca Border Color

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

This div border color is #469aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469aca


Comments

No comments written yet.

Please login to write comment.