Color Hex Logo

#459aeb Color Hex

#459AEB
(69,154,235)
0 Favorites   0 Comments

Color spaces of #459aeb

RGB 69154235
HSL0.580.810.60
HSV209°71°92°
CMYK 0.710.340.00   0.08
XYZ29.005230.374682.9314
Yxy30.37460.20380.2134
Hunter Lab55.1132-2.5062-50.6373
CIE-Lab61.97610.5233-48.2070

#459aeb color RGB value is (69,154,235).

#459aeb hex color red value is 69, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #459aeb hue: 0.58 , saturation: 0.81 and the lightness value of 459aeb is 0.60.

The process color (four color CMYK) of #459aeb color hex is 0.71, 0.34, 0.00, 0.08. Web safe color of #459aeb is #3399ff. Color #459aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011010 11101011
Octal 105 232 353
Decimal 69 154 235
Hex 45 9A EB

RGB Percentages of Color #459aeb

%15.07
%33.62
%51.31

CMYK Percentages of Color #459aeb

%71
%34
%0
%8

Triadic Colors of #459aeb

#459aeb #eb459a #9aeb45

Analogous Colors of #459aeb

#459aeb #4547eb #45ebe9

Monochromatic Colors of #459aeb

#459aeb

Complementary Color

#459aeb #eb9645

#459aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#459aeb Color CSS Codes

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

#459aeb Text Font Color

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

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


#459aeb Background Color

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

This div background color is #459aeb


#459aeb Border Color

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

This div border color is #459aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459aeb


Comments

No comments written yet.

Please login to write comment.