Color Hex Logo

#54ddb5 Color Hex

#54DDB5
(84,221,181)
0 Favorites   0 Comments

Color spaces of #54ddb5

RGB 84221181
HSL0.450.670.60
HSV162°62°87°
CMYK 0.620.000.18   0.13
XYZ37.853156.933952.7103
Yxy56.93390.25660.3860
Hunter Lab75.4546-42.497811.4000
CIE-Lab80.1424-46.53978.7234

#54ddb5 color RGB value is (84,221,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011101 10110101
Octal 124 335 265
Decimal 84 221 181
Hex 54 DD B5

RGB Percentages of Color #54ddb5

%17.28
%45.47
%37.24

CMYK Percentages of Color #54ddb5

%62
%0
%18
%13

Triadic Colors of #54ddb5

#54ddb5 #b554dd #ddb554

Analogous Colors of #54ddb5

#54ddb5 #54c1dd #54dd71

Monochromatic Colors of #54ddb5

#54ddb5

Complementary Color

#54ddb5 #dd547c

#54ddb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ddb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ddb5 Color CSS Codes

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

#54ddb5 Text Font Color

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

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


#54ddb5 Background Color

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

This div background color is #54ddb5


#54ddb5 Border Color

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

This div border color is #54ddb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ddb5


Comments

No comments written yet.

Please login to write comment.