Color Hex Logo

#54dfbe Color Hex

#54DFBE
(84,223,190)
0 Favorites   0 Comments

Color spaces of #54dfbe

RGB 84223190
HSL0.460.680.60
HSV166°62°87°
CMYK 0.620.000.15   0.13
XYZ39.338158.377957.9099
Yxy58.37790.25280.3751
Hunter Lab76.4054-41.80708.5462
CIE-Lab80.9484-45.26515.1105

#54dfbe color RGB value is (84,223,190).

#54dfbe hex color red value is 84, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #54dfbe hue: 0.46 , saturation: 0.68 and the lightness value of 54dfbe is 0.60.

The process color (four color CMYK) of #54dfbe color hex is 0.62, 0.00, 0.15, 0.13. Web safe color of #54dfbe is #66cccc. Color #54dfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011111 10111110
Octal 124 337 276
Decimal 84 223 190
Hex 54 DF BE

RGB Percentages of Color #54dfbe

%16.90
%44.87
%38.23

CMYK Percentages of Color #54dfbe

%62
%0
%15
%13

Triadic Colors of #54dfbe

#54dfbe #be54df #dfbe54

Analogous Colors of #54dfbe

#54dfbe #54bbdf #54df79

Monochromatic Colors of #54dfbe

#54dfbe

Complementary Color

#54dfbe #df5475

#54dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dfbe Color CSS Codes

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

#54dfbe Text Font Color

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

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


#54dfbe Background Color

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

This div background color is #54dfbe


#54dfbe Border Color

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

This div border color is #54dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dfbe


Comments

No comments written yet.

Please login to write comment.