Color Hex Logo

#54daae Color Hex

#54DAAE
(84,218,174)
0 Favorites   0 Comments

Color spaces of #54daae

RGB 84218174
HSL0.450.640.59
HSV160°61°85°
CMYK 0.610.000.20   0.15
XYZ36.367555.083648.7598
Yxy55.08360.25940.3929
Hunter Lab74.2183-42.415813.0006
CIE-Lab79.0894-46.877810.9334

#54daae color RGB value is (84,218,174).

#54daae hex color red value is 84, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #54daae hue: 0.45 , saturation: 0.64 and the lightness value of 54daae is 0.59.

The process color (four color CMYK) of #54daae color hex is 0.61, 0.00, 0.20, 0.15. Web safe color of #54daae is #66cc99. Color #54daae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011010 10101110
Octal 124 332 256
Decimal 84 218 174
Hex 54 DA AE

RGB Percentages of Color #54daae

%17.65
%45.80
%36.55

CMYK Percentages of Color #54daae

%61
%0
%20
%15

Triadic Colors of #54daae

#54daae #ae54da #daae54

Analogous Colors of #54daae

#54daae #54c3da #54da6b

Monochromatic Colors of #54daae

#54daae

Complementary Color

#54daae #da5480

#54daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#54daae Color CSS Codes

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

#54daae Text Font Color

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

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


#54daae Background Color

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

This div background color is #54daae


#54daae Border Color

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

This div border color is #54daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54daae


Comments

No comments written yet.

Please login to write comment.