Color Hex Logo

#456eed Color Hex

#456EED
(69,110,237)
0 Favorites   0 Comments

Color spaces of #456eed

RGB 69110237
HSL0.630.820.60
HSV225°71°93°
CMYK 0.710.540.00   0.07
XYZ23.316218.531582.4688
Yxy18.53150.18760.1491
Hunter Lab43.048221.3465-83.4499
CIE-Lab50.134527.9366-68.2833

#456eed color RGB value is (69,110,237).

#456eed hex color red value is 69, green value is 110 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #456eed hue: 0.63 , saturation: 0.82 and the lightness value of 456eed is 0.60.

The process color (four color CMYK) of #456eed color hex is 0.71, 0.54, 0.00, 0.07. Web safe color of #456eed is #3366ff. Color #456eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101110 11101101
Octal 105 156 355
Decimal 69 110 237
Hex 45 6E ED

RGB Percentages of Color #456eed

%16.59
%26.44
%56.97

CMYK Percentages of Color #456eed

%71
%54
%0
%7

Triadic Colors of #456eed

#456eed #ed456e #6eed45

Analogous Colors of #456eed

#456eed #7045ed #45c2ed

Monochromatic Colors of #456eed

#456eed

Complementary Color

#456eed #edc445

#456eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#456eed Color CSS Codes

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

#456eed Text Font Color

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

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


#456eed Background Color

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

This div background color is #456eed


#456eed Border Color

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

This div border color is #456eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456eed


Comments

No comments written yet.

Please login to write comment.