Color Hex Logo

#54abae Color Hex

#54ABAE
(84,171,174)
0 Favorites   0 Comments

Color spaces of #54abae

RGB 84171174
HSL0.510.360.51
HSV182°52°68°
CMYK 0.520.020.00   0.32
XYZ25.859034.066645.2570
Yxy34.06660.24580.3239
Hunter Lab58.3666-23.0581-5.1164
CIE-Lab65.0154-25.2172-9.5766

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

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

The process color (four color CMYK) of #54abae color hex is 0.52, 0.02, 0.00, 0.32. Web safe color of #54abae is #669999. Color #54abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101011 10101110
Octal 124 253 256
Decimal 84 171 174
Hex 54 AB AE

RGB Percentages of Color #54abae

%19.58
%39.86
%40.56

CMYK Percentages of Color #54abae

%52
%2
%0
%32

Triadic Colors of #54abae

#54abae #ae54ab #abae54

Analogous Colors of #54abae

#54abae #547eae #54ae84

Monochromatic Colors of #54abae

#54abae

Complementary Color

#54abae #ae5754

#54abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#54abae Color CSS Codes

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

#54abae Text Font Color

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

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


#54abae Background Color

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

This div background color is #54abae


#54abae Border Color

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

This div border color is #54abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54abae


Comments

No comments written yet.

Please login to write comment.