Color Hex Logo

#54dcdf Color Hex

#54DCDF
(84,220,223)
0 Favorites   0 Comments

Color spaces of #54dcdf

RGB 84220223
HSL0.500.680.60
HSV181°62°87°
CMYK 0.620.010.00   0.13
XYZ42.568658.398978.8406
Yxy58.39890.23670.3248
Hunter Lab76.4192-34.3018-7.6752
CIE-Lab80.9601-35.3824-12.4221

#54dcdf color RGB value is (84,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011100 11011111
Octal 124 334 337
Decimal 84 220 223
Hex 54 DC DF

RGB Percentages of Color #54dcdf

%15.94
%41.75
%42.31

CMYK Percentages of Color #54dcdf

%62
%1
%0
%13

Triadic Colors of #54dcdf

#54dcdf #df54dc #dcdf54

Analogous Colors of #54dcdf

#54dcdf #5497df #54df9d

Monochromatic Colors of #54dcdf

#54dcdf

Complementary Color

#54dcdf #df5754

#54dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dcdf Color CSS Codes

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

#54dcdf Text Font Color

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

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


#54dcdf Background Color

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

This div background color is #54dcdf


#54dcdf Border Color

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

This div border color is #54dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dcdf


Comments

No comments written yet.

Please login to write comment.