Color Hex Logo

#459edb Color Hex

#459EDB
(69,158,219)
0 Favorites   0 Comments

Color spaces of #459edb

RGB 69158219
HSL0.570.680.56
HSV204°68°86°
CMYK 0.680.280.00   0.14
XYZ27.467330.833471.5216
Yxy30.83340.21160.2375
Hunter Lab55.5278-8.8772-37.4979
CIE-Lab62.3667-7.2184-38.7407

#459edb color RGB value is (69,158,219).

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

The process color (four color CMYK) of #459edb color hex is 0.68, 0.28, 0.00, 0.14. Web safe color of #459edb is #3399cc. Color #459edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011110 11011011
Octal 105 236 333
Decimal 69 158 219
Hex 45 9E DB

RGB Percentages of Color #459edb

%15.47
%35.43
%49.10

CMYK Percentages of Color #459edb

%68
%28
%0
%14

Triadic Colors of #459edb

#459edb #db459e #9edb45

Analogous Colors of #459edb

#459edb #4553db #45dbcd

Monochromatic Colors of #459edb

#459edb

Complementary Color

#459edb #db8245

#459edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#459edb Color CSS Codes

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

#459edb Text Font Color

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

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


#459edb Background Color

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

This div background color is #459edb


#459edb Border Color

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

This div border color is #459edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459edb


Comments

No comments written yet.

Please login to write comment.