Color Hex Logo

#549fab Color Hex

#549FAB
(84,159,171)
0 Favorites   0 Comments

Color spaces of #549fab

RGB 84159171
HSL0.520.340.50
HSV188°51°67°
CMYK 0.510.070.00   0.33
XYZ23.405029.621443.0120
Yxy29.62140.24370.3084
Hunter Lab54.4255-18.4831-8.7585
CIE-Lab61.3262-19.9065-13.4273

#549fab color RGB value is (84,159,171).

#549fab hex color red value is 84, green value is 159 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #549fab hue: 0.52 , saturation: 0.34 and the lightness value of 549fab is 0.50.

The process color (four color CMYK) of #549fab color hex is 0.51, 0.07, 0.00, 0.33. Web safe color of #549fab is #669999. Color #549fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011111 10101011
Octal 124 237 253
Decimal 84 159 171
Hex 54 9F AB

RGB Percentages of Color #549fab

%20.29
%38.41
%41.30

CMYK Percentages of Color #549fab

%51
%7
%0
%33

Triadic Colors of #549fab

#549fab #ab549f #9fab54

Analogous Colors of #549fab

#549fab #5474ab #54ab8c

Monochromatic Colors of #549fab

#549fab

Complementary Color

#549fab #ab6054

#549fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#549fab Color CSS Codes

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

#549fab Text Font Color

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

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


#549fab Background Color

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

This div background color is #549fab


#549fab Border Color

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

This div border color is #549fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549fab


Comments

No comments written yet.

Please login to write comment.