Color Hex Logo

#549dee Color Hex

#549DEE
(84,157,238)
0 Favorites   0 Comments

Color spaces of #549dee

RGB 84157238
HSL0.590.820.63
HSV212°65°93°
CMYK 0.650.340.00   0.07
XYZ31.145732.171885.4571
Yxy32.17180.20930.2162
Hunter Lab56.7202-1.2440-49.6248
CIE-Lab63.48462.1060-47.4418

#549dee color RGB value is (84,157,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011101 11101110
Octal 124 235 356
Decimal 84 157 238
Hex 54 9D EE

RGB Percentages of Color #549dee

%17.54
%32.78
%49.69

CMYK Percentages of Color #549dee

%65
%34
%0
%7

Triadic Colors of #549dee

#549dee #ee549d #9dee54

Analogous Colors of #549dee

#549dee #5854ee #54eaee

Monochromatic Colors of #549dee

#549dee

Complementary Color

#549dee #eea554

#549dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#549dee Color CSS Codes

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

#549dee Text Font Color

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

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


#549dee Background Color

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

This div background color is #549dee


#549dee Border Color

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

This div border color is #549dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,157,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549dee


Comments

No comments written yet.

Please login to write comment.