Color Hex Logo

#54ebcc Color Hex

#54EBCC
(84,235,204)
0 Favorites   0 Comments

Color spaces of #54ebcc

RGB 84235204
HSL0.470.790.63
HSV168°64°92°
CMYK 0.640.000.13   0.08
XYZ44.263665.661167.4677
Yxy65.66110.24950.3701
Hunter Lab81.0315-44.29937.3566
CIE-Lab84.8233-47.02253.3263

#54ebcc color RGB value is (84,235,204).

#54ebcc hex color red value is 84, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #54ebcc hue: 0.47 , saturation: 0.79 and the lightness value of 54ebcc is 0.63.

The process color (four color CMYK) of #54ebcc color hex is 0.64, 0.00, 0.13, 0.08. Web safe color of #54ebcc is #66ffcc. Color #54ebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11101011 11001100
Octal 124 353 314
Decimal 84 235 204
Hex 54 EB CC

RGB Percentages of Color #54ebcc

%16.06
%44.93
%39.01

CMYK Percentages of Color #54ebcc

%64
%0
%13
%8

Triadic Colors of #54ebcc

#54ebcc #cc54eb #ebcc54

Analogous Colors of #54ebcc

#54ebcc #54bfeb #54eb81

Monochromatic Colors of #54ebcc

#54ebcc

Complementary Color

#54ebcc #eb5473

#54ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ebcc Color CSS Codes

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

#54ebcc Text Font Color

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

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


#54ebcc Background Color

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

This div background color is #54ebcc


#54ebcc Border Color

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

This div border color is #54ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ebcc


Comments

No comments written yet.

Please login to write comment.