Color Hex Logo

#54acae Color Hex

#54ACAE
(84,172,174)
0 Favorites   0 Comments

Color spaces of #54acae

RGB 84172174
HSL0.500.360.51
HSV181°52°68°
CMYK 0.520.010.00   0.32
XYZ26.048734.445945.3202
Yxy34.44590.24620.3255
Hunter Lab58.6906-23.4848-4.6996
CIE-Lab65.3150-25.7181-9.1295

#54acae color RGB value is (84,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101100 10101110
Octal 124 254 256
Decimal 84 172 174
Hex 54 AC AE

RGB Percentages of Color #54acae

%19.53
%40.00
%40.47

CMYK Percentages of Color #54acae

%52
%1
%0
%32

Triadic Colors of #54acae

#54acae #ae54ac #acae54

Analogous Colors of #54acae

#54acae #547fae #54ae83

Monochromatic Colors of #54acae

#54acae

Complementary Color

#54acae #ae5654

#54acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#54acae Color CSS Codes

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

#54acae Text Font Color

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

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


#54acae Background Color

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

This div background color is #54acae


#54acae Border Color

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

This div border color is #54acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54acae


Comments

No comments written yet.

Please login to write comment.