Color Hex Logo

#54ccbd Color Hex

#54CCBD
(84,204,189)
0 Favorites   0 Comments

Color spaces of #54ccbd

RGB 84204189
HSL0.480.540.56
HSV173°59°80°
CMYK 0.590.000.07   0.20
XYZ34.434348.744755.7379
Yxy48.74470.24790.3509
Hunter Lab69.8174-34.14331.5387
CIE-Lab75.2922-37.0600-2.5899

#54ccbd color RGB value is (84,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001100 10111101
Octal 124 314 275
Decimal 84 204 189
Hex 54 CC BD

RGB Percentages of Color #54ccbd

%17.61
%42.77
%39.62

CMYK Percentages of Color #54ccbd

%59
%0
%7
%20

Triadic Colors of #54ccbd

#54ccbd #bd54cc #ccbd54

Analogous Colors of #54ccbd

#54ccbd #549fcc #54cc81

Monochromatic Colors of #54ccbd

#54ccbd

Complementary Color

#54ccbd #cc5463

#54ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ccbd Color CSS Codes

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

#54ccbd Text Font Color

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

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


#54ccbd Background Color

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

This div background color is #54ccbd


#54ccbd Border Color

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

This div border color is #54ccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ccbd


Comments

No comments written yet.

Please login to write comment.