Color Hex Logo

#54ddbd Color Hex

#54DDBD
(84,221,189)
0 Favorites   0 Comments

Color spaces of #54ddbd

RGB 84221189
HSL0.460.670.60
HSV166°62°87°
CMYK 0.620.000.14   0.13
XYZ38.697957.271857.1591
Yxy57.27180.25270.3740
Hunter Lab75.6781-41.16108.1934
CIE-Lab80.3322-44.64144.7514

#54ddbd color RGB value is (84,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011101 10111101
Octal 124 335 275
Decimal 84 221 189
Hex 54 DD BD

RGB Percentages of Color #54ddbd

%17.00
%44.74
%38.26

CMYK Percentages of Color #54ddbd

%62
%0
%14
%13

Triadic Colors of #54ddbd

#54ddbd #bd54dd #ddbd54

Analogous Colors of #54ddbd

#54ddbd #54b9dd #54dd79

Monochromatic Colors of #54ddbd

#54ddbd

Complementary Color

#54ddbd #dd5474

#54ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ddbd Color CSS Codes

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

#54ddbd Text Font Color

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

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


#54ddbd Background Color

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

This div background color is #54ddbd


#54ddbd Border Color

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

This div border color is #54ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ddbd


Comments

No comments written yet.

Please login to write comment.