Color Hex Logo

#455dee Color Hex

#455DEE
(69,93,238)
0 Favorites   0 Comments

Color spaces of #455dee

RGB 6993238
HSL0.640.830.60
HSV231°71°93°
CMYK 0.710.610.00   0.07
XYZ21.801215.267082.6867
Yxy15.26700.18200.1275
Hunter Lab39.073031.2182-98.1190
CIE-Lab45.997738.8359-75.5761

#455dee color RGB value is (69,93,238).

#455dee hex color red value is 69, green value is 93 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #455dee hue: 0.64 , saturation: 0.83 and the lightness value of 455dee is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01011101 11101110
Octal 105 135 356
Decimal 69 93 238
Hex 45 5D EE

RGB Percentages of Color #455dee

%17.25
%23.25
%59.50

CMYK Percentages of Color #455dee

%71
%61
%0
%7

Triadic Colors of #455dee

#455dee #ee455d #5dee45

Analogous Colors of #455dee

#455dee #8245ee #45b2ee

Monochromatic Colors of #455dee

#455dee

Complementary Color

#455dee #eed645

#455dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#455dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#455dee Color CSS Codes

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

#455dee Text Font Color

<p style="color:#455dee">Text here</p>

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


#455dee Background Color

<div style="background-color:#455dee">
Div content here</div>

This div background color is #455dee


#455dee Border Color

<div style="border:3px solid #455dee">
Div here</div>

This div border color is #455dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,93,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #455dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #455dee;
  -webkit-box-shadow: 1px 1px 3px 2px #455dee;
  box-shadow:         1px 1px 3px 2px #455dee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #455dee


Comments

No comments written yet.

Please login to write comment.