Color Hex Logo

#54d8ae Color Hex

#54D8AE
(84,216,174)
0 Favorites   0 Comments

Color spaces of #54d8ae

RGB 84216174
HSL0.450.630.59
HSV161°61°85°
CMYK 0.610.000.19   0.15
XYZ35.852054.052548.5880
Yxy54.05250.25890.3903
Hunter Lab73.5204-41.615712.2808
CIE-Lab78.4923-46.027510.0839

#54d8ae color RGB value is (84,216,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011000 10101110
Octal 124 330 256
Decimal 84 216 174
Hex 54 D8 AE

RGB Percentages of Color #54d8ae

%17.72
%45.57
%36.71

CMYK Percentages of Color #54d8ae

%61
%0
%19
%15

Triadic Colors of #54d8ae

#54d8ae #ae54d8 #d8ae54

Analogous Colors of #54d8ae

#54d8ae #54c0d8 #54d86c

Monochromatic Colors of #54d8ae

#54d8ae

Complementary Color

#54d8ae #d8547e

#54d8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54d8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#54d8ae Color CSS Codes

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

#54d8ae Text Font Color

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

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


#54d8ae Background Color

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

This div background color is #54d8ae


#54d8ae Border Color

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

This div border color is #54d8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54d8ae


Comments

No comments written yet.

Please login to write comment.