Color Hex Logo

#456ecd Color Hex

#456ECD
(69,110,205)
0 Favorites   0 Comments

Color spaces of #456ecd

RGB 69110205
HSL0.620.580.54
HSV222°66°80°
CMYK 0.660.460.00   0.20
XYZ19.049616.824860.0011
Yxy16.82480.19870.1755
Hunter Lab41.018011.1174-58.0166
CIE-Lab48.038516.5796-53.5582

#456ecd color RGB value is (69,110,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101110 11001101
Octal 105 156 315
Decimal 69 110 205
Hex 45 6E CD

RGB Percentages of Color #456ecd

%17.97
%28.65
%53.39

CMYK Percentages of Color #456ecd

%66
%46
%0
%20

Triadic Colors of #456ecd

#456ecd #cd456e #6ecd45

Analogous Colors of #456ecd

#456ecd #6045cd #45b2cd

Monochromatic Colors of #456ecd

#456ecd

Complementary Color

#456ecd #cda445

#456ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#456ecd Color CSS Codes

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

#456ecd Text Font Color

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

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


#456ecd Background Color

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

This div background color is #456ecd


#456ecd Border Color

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

This div border color is #456ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456ecd


Comments

No comments written yet.

Please login to write comment.