Color Hex Logo

#456dcd Color Hex

#456DCD
(69,109,205)
0 Favorites   0 Comments

Color spaces of #456dcd

RGB 69109205
HSL0.620.580.54
HSV222°66°80°
CMYK 0.660.470.00   0.20
XYZ18.942316.610359.9653
Yxy16.61030.19830.1739
Hunter Lab40.755711.6400-58.7064
CIE-Lab47.765217.2073-53.9968

#456dcd color RGB value is (69,109,205).

#456dcd hex color red value is 69, green value is 109 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #456dcd hue: 0.62 , saturation: 0.58 and the lightness value of 456dcd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101101 11001101
Octal 105 155 315
Decimal 69 109 205
Hex 45 6D CD

RGB Percentages of Color #456dcd

%18.02
%28.46
%53.52

CMYK Percentages of Color #456dcd

%66
%47
%0
%20

Triadic Colors of #456dcd

#456dcd #cd456d #6dcd45

Analogous Colors of #456dcd

#456dcd #6145cd #45b1cd

Monochromatic Colors of #456dcd

#456dcd

Complementary Color

#456dcd #cda545

#456dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#456dcd Color CSS Codes

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

#456dcd Text Font Color

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

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


#456dcd Background Color

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

This div background color is #456dcd


#456dcd Border Color

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

This div border color is #456dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456dcd


Comments

No comments written yet.

Please login to write comment.