Color Hex Logo

#54ddbc Color Hex

#54DDBC
(84,221,188)
0 Favorites   0 Comments

Color spaces of #54ddbc

RGB 84221188
HSL0.460.670.60
HSV166°62°87°
CMYK 0.620.000.15   0.13
XYZ38.589757.228656.5893
Yxy57.22860.25320.3755
Hunter Lab75.6496-41.33198.6031
CIE-Lab80.3080-44.88275.2475

#54ddbc color RGB value is (84,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011101 10111100
Octal 124 335 274
Decimal 84 221 188
Hex 54 DD BC

RGB Percentages of Color #54ddbc

%17.04
%44.83
%38.13

CMYK Percentages of Color #54ddbc

%62
%0
%15
%13

Triadic Colors of #54ddbc

#54ddbc #bc54dd #ddbc54

Analogous Colors of #54ddbc

#54ddbc #54badd #54dd78

Monochromatic Colors of #54ddbc

#54ddbc

Complementary Color

#54ddbc #dd5475

#54ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ddbc Color CSS Codes

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

#54ddbc Text Font Color

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

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


#54ddbc Background Color

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

This div background color is #54ddbc


#54ddbc Border Color

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

This div border color is #54ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ddbc

#54ddbc Color Palettes


Comments

No comments written yet.

Please login to write comment.