Color Hex Logo

#459edd Color Hex

#459EDD
(69,158,221)
0 Favorites   0 Comments

Color spaces of #459edd

RGB 69158221
HSL0.570.690.57
HSV205°69°87°
CMYK 0.690.290.00   0.13
XYZ27.732230.939472.9169
Yxy30.93940.21070.2351
Hunter Lab55.6232-8.3454-38.7875
CIE-Lab62.4564-6.5457-39.7093

#459edd color RGB value is (69,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011110 11011101
Octal 105 236 335
Decimal 69 158 221
Hex 45 9E DD

RGB Percentages of Color #459edd

%15.40
%35.27
%49.33

CMYK Percentages of Color #459edd

%69
%29
%0
%13

Triadic Colors of #459edd

#459edd #dd459e #9edd45

Analogous Colors of #459edd

#459edd #4552dd #45ddd0

Monochromatic Colors of #459edd

#459edd

Complementary Color

#459edd #dd8445

#459edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#459edd Color CSS Codes

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

#459edd Text Font Color

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

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


#459edd Background Color

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

This div background color is #459edd


#459edd Border Color

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

This div border color is #459edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459edd


Comments

No comments written yet.

Please login to write comment.