Color Hex Logo

#456edd Color Hex

#456EDD
(69,110,221)
0 Favorites   0 Comments

Color spaces of #456edd

RGB 69110221
HSL0.620.690.57
HSV224°69°87°
CMYK 0.690.500.00   0.13
XYZ21.081317.637570.6999
Yxy17.63750.19270.1612
Hunter Lab41.997016.1071-70.4138
CIE-Lab49.053422.2581-61.0263

#456edd color RGB value is (69,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101110 11011101
Octal 105 156 335
Decimal 69 110 221
Hex 45 6E DD

RGB Percentages of Color #456edd

%17.25
%27.50
%55.25

CMYK Percentages of Color #456edd

%69
%50
%0
%13

Triadic Colors of #456edd

#456edd #dd456e #6edd45

Analogous Colors of #456edd

#456edd #6845dd #45badd

Monochromatic Colors of #456edd

#456edd

Complementary Color

#456edd #ddb445

#456edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#456edd Color CSS Codes

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

#456edd Text Font Color

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

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


#456edd Background Color

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

This div background color is #456edd


#456edd Border Color

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

This div border color is #456edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456edd


Comments

No comments written yet.

Please login to write comment.