Color Hex Logo

#54d9b5 Color Hex

#54D9B5
(84,217,181)
0 Favorites   0 Comments

Color spaces of #54d9b5

RGB 84217181
HSL0.450.640.59
HSV164°61°85°
CMYK 0.610.000.17   0.15
XYZ36.809554.846752.3625
Yxy54.84670.25560.3808
Hunter Lab74.0586-40.88229.9205
CIE-Lab78.9529-44.82477.0187

#54d9b5 color RGB value is (84,217,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011001 10110101
Octal 124 331 265
Decimal 84 217 181
Hex 54 D9 B5

RGB Percentages of Color #54d9b5

%17.43
%45.02
%37.55

CMYK Percentages of Color #54d9b5

%61
%0
%17
%15

Triadic Colors of #54d9b5

#54d9b5 #b554d9 #d9b554

Analogous Colors of #54d9b5

#54d9b5 #54bbd9 #54d973

Monochromatic Colors of #54d9b5

#54d9b5

Complementary Color

#54d9b5 #d95478

#54d9b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54d9b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54d9b5 Color CSS Codes

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

#54d9b5 Text Font Color

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

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


#54d9b5 Background Color

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

This div background color is #54d9b5


#54d9b5 Border Color

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

This div border color is #54d9b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54d9b5


Comments

No comments written yet.

Please login to write comment.