Color Hex Logo

#456ecc Color Hex

#456ECC
(69,110,204)
0 Favorites   0 Comments

Color spaces of #456ecc

RGB 69110204
HSL0.620.570.54
HSV222°66°80°
CMYK 0.660.460.00   0.20
XYZ18.929316.776759.3673
Yxy16.77670.19910.1765
Hunter Lab40.959410.8146-57.2645
CIE-Lab47.977416.2257-53.0842

#456ecc color RGB value is (69,110,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101110 11001100
Octal 105 156 314
Decimal 69 110 204
Hex 45 6E CC

RGB Percentages of Color #456ecc

%18.02
%28.72
%53.26

CMYK Percentages of Color #456ecc

%66
%46
%0
%20

Triadic Colors of #456ecc

#456ecc #cc456e #6ecc45

Analogous Colors of #456ecc

#456ecc #5f45cc #45b2cc

Monochromatic Colors of #456ecc

#456ecc

Complementary Color

#456ecc #cca345

#456ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#456ecc Color CSS Codes

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

#456ecc Text Font Color

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

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


#456ecc Background Color

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

This div background color is #456ecc


#456ecc Border Color

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

This div border color is #456ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456ecc


Comments

No comments written yet.

Please login to write comment.