Color Hex Logo

#459abe Color Hex

#459ABE
(69,154,190)
0 Favorites   0 Comments

Color spaces of #459abe

RGB 69154190
HSL0.550.480.51
HSV198°64°75°
CMYK 0.640.190.00   0.25
XYZ23.304128.094152.9096
Yxy28.09410.22340.2693
Hunter Lab53.0039-14.2760-22.0818
CIE-Lab59.9737-14.5277-26.2480

#459abe color RGB value is (69,154,190).

#459abe hex color red value is 69, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #459abe hue: 0.55 , saturation: 0.48 and the lightness value of 459abe is 0.51.

The process color (four color CMYK) of #459abe color hex is 0.64, 0.19, 0.00, 0.25. Web safe color of #459abe is #3399cc. Color #459abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011010 10111110
Octal 105 232 276
Decimal 69 154 190
Hex 45 9A BE

RGB Percentages of Color #459abe

%16.71
%37.29
%46.00

CMYK Percentages of Color #459abe

%64
%19
%0
%25

Triadic Colors of #459abe

#459abe #be459a #9abe45

Analogous Colors of #459abe

#459abe #455ebe #45bea6

Monochromatic Colors of #459abe

#459abe

Complementary Color

#459abe #be6945

#459abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#459abe Color CSS Codes

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

#459abe Text Font Color

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

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


#459abe Background Color

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

This div background color is #459abe


#459abe Border Color

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

This div border color is #459abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459abe


Comments

No comments written yet.

Please login to write comment.