Color Hex Logo

#456edc Color Hex

#456EDC
(69,110,220)
0 Favorites   0 Comments

Color spaces of #456edc

RGB 69110220
HSL0.620.680.57
HSV224°69°86°
CMYK 0.690.500.00   0.14
XYZ20.948417.584470.0002
Yxy17.58440.19300.1620
Hunter Lab41.933815.7873-69.6194
CIE-Lab48.988121.9024-60.5657

#456edc color RGB value is (69,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101110 11011100
Octal 105 156 334
Decimal 69 110 220
Hex 45 6E DC

RGB Percentages of Color #456edc

%17.29
%27.57
%55.14

CMYK Percentages of Color #456edc

%69
%50
%0
%14

Triadic Colors of #456edc

#456edc #dc456e #6edc45

Analogous Colors of #456edc

#456edc #6845dc #45badc

Monochromatic Colors of #456edc

#456edc

Complementary Color

#456edc #dcb345

#456edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#456edc Color CSS Codes

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

#456edc Text Font Color

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

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


#456edc Background Color

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

This div background color is #456edc


#456edc Border Color

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

This div border color is #456edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456edc


Comments

No comments written yet.

Please login to write comment.