Color Hex Logo

#54dcbb Color Hex

#54DCBB
(84,220,187)
0 Favorites   0 Comments

Color spaces of #54dcbb

RGB 84220187
HSL0.460.660.60
HSV165°62°86°
CMYK 0.620.000.15   0.14
XYZ38.219056.659155.9357
Yxy56.65910.25340.3757
Hunter Lab75.2722-41.09428.6315
CIE-Lab79.9875-44.69045.3164

#54dcbb color RGB value is (84,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011100 10111011
Octal 124 334 273
Decimal 84 220 187
Hex 54 DC BB

RGB Percentages of Color #54dcbb

%17.11
%44.81
%38.09

CMYK Percentages of Color #54dcbb

%62
%0
%15
%14

Triadic Colors of #54dcbb

#54dcbb #bb54dc #dcbb54

Analogous Colors of #54dcbb

#54dcbb #54b9dc #54dc77

Monochromatic Colors of #54dcbb

#54dcbb

Complementary Color

#54dcbb #dc5475

#54dcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dcbb Color CSS Codes

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

#54dcbb Text Font Color

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

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


#54dcbb Background Color

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

This div background color is #54dcbb


#54dcbb Border Color

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

This div border color is #54dcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dcbb


Comments

No comments written yet.

Please login to write comment.