Color Hex Logo

#469dcd Color Hex

#469DCD
(70,157,205)
0 Favorites   0 Comments

Color spaces of #469dcd

RGB 70157205
HSL0.560.570.54
HSV201°66°80°
CMYK 0.660.230.00   0.20
XYZ25.602229.823862.1648
Yxy29.82380.21770.2536
Hunter Lab54.6112-11.8872-29.2630
CIE-Lab61.5019-11.1488-32.2933

#469dcd color RGB value is (70,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011101 11001101
Octal 106 235 315
Decimal 70 157 205
Hex 46 9D CD

RGB Percentages of Color #469dcd

%16.20
%36.34
%47.45

CMYK Percentages of Color #469dcd

%66
%23
%0
%20

Triadic Colors of #469dcd

#469dcd #cd469d #9dcd46

Analogous Colors of #469dcd

#469dcd #465acd #46cdba

Monochromatic Colors of #469dcd

#469dcd

Complementary Color

#469dcd #cd7646

#469dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#469dcd Color CSS Codes

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

#469dcd Text Font Color

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

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


#469dcd Background Color

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

This div background color is #469dcd


#469dcd Border Color

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

This div border color is #469dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469dcd


Comments

No comments written yet.

Please login to write comment.