Color Hex Logo

#549ebc Color Hex

#549EBC
(84,158,188)
0 Favorites   0 Comments

Color spaces of #549ebc

RGB 84158188
HSL0.550.440.53
HSV197°55°74°
CMYK 0.550.160.00   0.26
XYZ24.960129.969452.0461
Yxy29.96940.23330.2802
Hunter Lab54.7443-14.4173-18.0467
CIE-Lab61.6278-14.4140-22.5359

#549ebc color RGB value is (84,158,188).

#549ebc hex color red value is 84, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #549ebc hue: 0.55 , saturation: 0.44 and the lightness value of 549ebc is 0.53.

The process color (four color CMYK) of #549ebc color hex is 0.55, 0.16, 0.00, 0.26. Web safe color of #549ebc is #6699cc. Color #549ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011110 10111100
Octal 124 236 274
Decimal 84 158 188
Hex 54 9E BC

RGB Percentages of Color #549ebc

%19.53
%36.74
%43.72

CMYK Percentages of Color #549ebc

%55
%16
%0
%26

Triadic Colors of #549ebc

#549ebc #bc549e #9ebc54

Analogous Colors of #549ebc

#549ebc #546abc #54bca6

Monochromatic Colors of #549ebc

#549ebc

Complementary Color

#549ebc #bc7254

#549ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#549ebc Color CSS Codes

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

#549ebc Text Font Color

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

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


#549ebc Background Color

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

This div background color is #549ebc


#549ebc Border Color

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

This div border color is #549ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549ebc


Comments

No comments written yet.

Please login to write comment.