Color Hex Logo

#54dace Color Hex

#54DACE
(84,218,206)
0 Favorites   0 Comments

Color spaces of #54dace

RGB 84218206
HSL0.490.640.59
HSV175°61°85°
CMYK 0.610.000.06   0.15
XYZ39.868156.483967.1937
Yxy56.48390.24380.3454
Hunter Lab75.1558-36.8332-0.3997
CIE-Lab79.8884-39.0301-4.9509

#54dace color RGB value is (84,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011010 11001110
Octal 124 332 316
Decimal 84 218 206
Hex 54 DA CE

RGB Percentages of Color #54dace

%16.54
%42.91
%40.55

CMYK Percentages of Color #54dace

%61
%0
%6
%15

Triadic Colors of #54dace

#54dace #ce54da #dace54

Analogous Colors of #54dace

#54dace #54a3da #54da8b

Monochromatic Colors of #54dace

#54dace

Complementary Color

#54dace #da5460

#54dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dace Color CSS Codes

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

#54dace Text Font Color

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

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


#54dace Background Color

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

This div background color is #54dace


#54dace Border Color

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

This div border color is #54dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dace


Comments

No comments written yet.

Please login to write comment.