Color Hex Logo

#549aeb Color Hex

#549AEB
(84,154,235)
0 Favorites   0 Comments

Color spaces of #549aeb

RGB 84154235
HSL0.590.790.63
HSV212°64°92°
CMYK 0.640.340.00   0.08
XYZ30.207230.994282.9876
Yxy30.99420.20950.2150
Hunter Lab55.6724-0.5748-49.4094
CIE-Lab62.50272.8405-47.3403

#549aeb color RGB value is (84,154,235).

#549aeb hex color red value is 84, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #549aeb hue: 0.59 , saturation: 0.79 and the lightness value of 549aeb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011010 11101011
Octal 124 232 353
Decimal 84 154 235
Hex 54 9A EB

RGB Percentages of Color #549aeb

%17.76
%32.56
%49.68

CMYK Percentages of Color #549aeb

%64
%34
%0
%8

Triadic Colors of #549aeb

#549aeb #eb549a #9aeb54

Analogous Colors of #549aeb

#549aeb #5a54eb #54e6eb

Monochromatic Colors of #549aeb

#549aeb

Complementary Color

#549aeb #eba554

#549aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#549aeb Color CSS Codes

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

#549aeb Text Font Color

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

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


#549aeb Background Color

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

This div background color is #549aeb


#549aeb Border Color

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

This div border color is #549aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,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 #549aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549aeb


Comments

No comments written yet.

Please login to write comment.