Color Hex Logo

#469acd Color Hex

#469ACD
(70,154,205)
0 Favorites   0 Comments

Color spaces of #469acd

RGB 70154205
HSL0.560.570.54
HSV203°66°80°
CMYK 0.660.250.00   0.20
XYZ25.100828.821161.9977
Yxy28.82110.21650.2486
Hunter Lab53.6853-10.4908-30.8905
CIE-Lab60.6234-9.4842-33.6591

#469acd color RGB value is (70,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11001101
Octal 106 232 315
Decimal 70 154 205
Hex 46 9A CD

RGB Percentages of Color #469acd

%16.32
%35.90
%47.79

CMYK Percentages of Color #469acd

%66
%25
%0
%20

Triadic Colors of #469acd

#469acd #cd469a #9acd46

Analogous Colors of #469acd

#469acd #4657cd #46cdbd

Monochromatic Colors of #469acd

#469acd

Complementary Color

#469acd #cd7946

#469acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#469acd Color CSS Codes

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

#469acd Text Font Color

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

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


#469acd Background Color

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

This div background color is #469acd


#469acd Border Color

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

This div border color is #469acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469acd


Comments

No comments written yet.

Please login to write comment.