Color Hex Logo

#456dcc Color Hex

#456DCC
(69,109,204)
0 Favorites   0 Comments

Color spaces of #456dcc

RGB 69109204
HSL0.620.570.54
HSV222°66°80°
CMYK 0.660.470.00   0.20
XYZ18.822016.562159.3315
Yxy16.56210.19870.1749
Hunter Lab40.696611.3366-57.9513
CIE-Lab47.703516.8538-53.5237

#456dcc color RGB value is (69,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101101 11001100
Octal 105 155 314
Decimal 69 109 204
Hex 45 6D CC

RGB Percentages of Color #456dcc

%18.06
%28.53
%53.40

CMYK Percentages of Color #456dcc

%66
%47
%0
%20

Triadic Colors of #456dcc

#456dcc #cc456d #6dcc45

Analogous Colors of #456dcc

#456dcc #6045cc #45b1cc

Monochromatic Colors of #456dcc

#456dcc

Complementary Color

#456dcc #cca445

#456dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#456dcc Color CSS Codes

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

#456dcc Text Font Color

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

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


#456dcc Background Color

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

This div background color is #456dcc


#456dcc Border Color

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

This div border color is #456dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456dcc


Comments

No comments written yet.

Please login to write comment.