Color Hex Logo

#54ccdf Color Hex

#54CCDF
(84,204,223)
0 Favorites   0 Comments

Color spaces of #54ccdf

RGB 84204223
HSL0.520.680.60
HSV188°62°87°
CMYK 0.620.090.00   0.13
XYZ38.568350.398377.5071
Yxy50.39830.23170.3027
Hunter Lab70.9918-27.2604-15.0372
CIE-Lab76.3131-27.7317-19.4158

#54ccdf color RGB value is (84,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001100 11011111
Octal 124 314 337
Decimal 84 204 223
Hex 54 CC DF

RGB Percentages of Color #54ccdf

%16.44
%39.92
%43.64

CMYK Percentages of Color #54ccdf

%62
%9
%0
%13

Triadic Colors of #54ccdf

#54ccdf #df54cc #ccdf54

Analogous Colors of #54ccdf

#54ccdf #5487df #54dfad

Monochromatic Colors of #54ccdf

#54ccdf

Complementary Color

#54ccdf #df6754

#54ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ccdf Color CSS Codes

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

#54ccdf Text Font Color

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

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


#54ccdf Background Color

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

This div background color is #54ccdf


#54ccdf Border Color

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

This div border color is #54ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ccdf


Comments

No comments written yet.

Please login to write comment.