Color Hex Logo

#54dcce Color Hex

#54DCCE
(84,220,206)
0 Favorites   0 Comments

Color spaces of #54dcce

RGB 84220206
HSL0.480.660.60
HSV174°62°86°
CMYK 0.620.000.06   0.14
XYZ40.389957.527467.3677
Yxy57.52740.24440.3480
Hunter Lab75.8468-37.67720.4310
CIE-Lab80.4753-39.9340-4.0858

#54dcce color RGB value is (84,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011100 11001110
Octal 124 334 316
Decimal 84 220 206
Hex 54 DC CE

RGB Percentages of Color #54dcce

%16.47
%43.14
%40.39

CMYK Percentages of Color #54dcce

%62
%0
%6
%14

Triadic Colors of #54dcce

#54dcce #ce54dc #dcce54

Analogous Colors of #54dcce

#54dcce #54a6dc #54dc8a

Monochromatic Colors of #54dcce

#54dcce

Complementary Color

#54dcce #dc5462

#54dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dcce Color CSS Codes

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

#54dcce Text Font Color

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

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


#54dcce Background Color

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

This div background color is #54dcce


#54dcce Border Color

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

This div border color is #54dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dcce


Comments

No comments written yet.

Please login to write comment.