Color Hex Logo

#54dccc Color Hex

#54DCCC
(84,220,204)
0 Favorites   0 Comments

Color spaces of #54dccc

RGB 84220204
HSL0.480.660.60
HSV173°62°86°
CMYK 0.620.000.07   0.14
XYZ40.148457.430966.0960
Yxy57.43090.24530.3509
Hunter Lab75.7832-38.05491.3371
CIE-Lab80.4213-40.4521-3.0997

#54dccc color RGB value is (84,220,204).

#54dccc hex color red value is 84, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #54dccc hue: 0.48 , saturation: 0.66 and the lightness value of 54dccc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011100 11001100
Octal 124 334 314
Decimal 84 220 204
Hex 54 DC CC

RGB Percentages of Color #54dccc

%16.54
%43.31
%40.16

CMYK Percentages of Color #54dccc

%62
%0
%7
%14

Triadic Colors of #54dccc

#54dccc #cc54dc #dccc54

Analogous Colors of #54dccc

#54dccc #54a8dc #54dc88

Monochromatic Colors of #54dccc

#54dccc

Complementary Color

#54dccc #dc5464

#54dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dccc Color CSS Codes

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

#54dccc Text Font Color

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

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


#54dccc Background Color

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

This div background color is #54dccc


#54dccc Border Color

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

This div border color is #54dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dccc


Comments

No comments written yet.

Please login to write comment.