Color Hex Logo

#456cdb Color Hex

#456CDB
(69,108,219)
0 Favorites   0 Comments

Color spaces of #456cdb

RGB 69108219
HSL0.620.680.56
HSV224°68°86°
CMYK 0.680.510.00   0.14
XYZ20.603017.104869.2335
Yxy17.10480.19270.1599
Hunter Lab41.357916.5457-70.3013
CIE-Lab48.391822.8035-60.9613

#456cdb color RGB value is (69,108,219).

#456cdb hex color red value is 69, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #456cdb hue: 0.62 , saturation: 0.68 and the lightness value of 456cdb is 0.56.

The process color (four color CMYK) of #456cdb color hex is 0.68, 0.51, 0.00, 0.14. Web safe color of #456cdb is #3366cc. Color #456cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101100 11011011
Octal 105 154 333
Decimal 69 108 219
Hex 45 6C DB

RGB Percentages of Color #456cdb

%17.42
%27.27
%55.30

CMYK Percentages of Color #456cdb

%68
%51
%0
%14

Triadic Colors of #456cdb

#456cdb #db456c #6cdb45

Analogous Colors of #456cdb

#456cdb #6945db #45b7db

Monochromatic Colors of #456cdb

#456cdb

Complementary Color

#456cdb #dbb445

#456cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#456cdb Color CSS Codes

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

#456cdb Text Font Color

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

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


#456cdb Background Color

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

This div background color is #456cdb


#456cdb Border Color

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

This div border color is #456cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,108,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456cdb


Comments

No comments written yet.

Please login to write comment.