Color Hex Logo

#54abab Color Hex

#54ABAB
(84,171,171)
0 Favorites   0 Comments

Color spaces of #54abab

RGB 84171171
HSL0.500.340.50
HSV180°51°67°
CMYK 0.510.000.00   0.33
XYZ25.569833.950943.7336
Yxy33.95090.24760.3288
Hunter Lab58.2674-23.6358-3.7139
CIE-Lab64.9236-26.0337-8.0410

#54abab color RGB value is (84,171,171).

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

The process color (four color CMYK) of #54abab color hex is 0.51, 0.00, 0.00, 0.33. Web safe color of #54abab is #669999. Color #54abab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101011 10101011
Octal 124 253 253
Decimal 84 171 171
Hex 54 AB AB

RGB Percentages of Color #54abab

%19.72
%40.14
%40.14

CMYK Percentages of Color #54abab

%51
%0
%0
%33

Triadic Colors of #54abab

#54abab #ab54ab #abab54

Analogous Colors of #54abab

#54abab #5480ab #54ab80

Monochromatic Colors of #54abab

#54abab

Complementary Color

#54abab #ab5454

#54abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#54abab Color CSS Codes

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

#54abab Text Font Color

<p style="color:#54abab">Text here</p>

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


#54abab Background Color

<div style="background-color:#54abab">
Div content here</div>

This div background color is #54abab


#54abab Border Color

<div style="border:3px solid #54abab">
Div here</div>

This div border color is #54abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54abab


Comments

No comments written yet.

Please login to write comment.