Color Hex Logo

#469fcd Color Hex

#469FCD
(70,159,205)
0 Favorites   0 Comments

Color spaces of #469fcd

RGB 70159205
HSL0.560.570.54
HSV200°66°80°
CMYK 0.660.220.00   0.20
XYZ25.943430.506162.2785
Yxy30.50610.21850.2569
Hunter Lab55.2323-12.8126-28.1912
CIE-Lab62.0885-12.2490-31.3830

#469fcd color RGB value is (70,159,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011111 11001101
Octal 106 237 315
Decimal 70 159 205
Hex 46 9F CD

RGB Percentages of Color #469fcd

%16.13
%36.64
%47.24

CMYK Percentages of Color #469fcd

%66
%22
%0
%20

Triadic Colors of #469fcd

#469fcd #cd469f #9fcd46

Analogous Colors of #469fcd

#469fcd #465ccd #46cdb8

Monochromatic Colors of #469fcd

#469fcd

Complementary Color

#469fcd #cd7446

#469fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#469fcd Color CSS Codes

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

#469fcd Text Font Color

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

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


#469fcd Background Color

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

This div background color is #469fcd


#469fcd Border Color

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

This div border color is #469fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,159,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 #469fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469fcd


Comments

No comments written yet.

Please login to write comment.