Color Hex Logo

#54dabc Color Hex

#54DABC
(84,218,188)
0 Favorites   0 Comments

Color spaces of #54dabc

RGB 84218188
HSL0.460.640.59
HSV167°61°85°
CMYK 0.610.000.14   0.15
XYZ37.804755.658556.3276
Yxy55.65850.25240.3716
Hunter Lab74.6046-40.10617.4584
CIE-Lab79.4191-43.57883.9631

#54dabc color RGB value is (84,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011010 10111100
Octal 124 332 274
Decimal 84 218 188
Hex 54 DA BC

RGB Percentages of Color #54dabc

%17.14
%44.49
%38.37

CMYK Percentages of Color #54dabc

%61
%0
%14
%15

Triadic Colors of #54dabc

#54dabc #bc54da #dabc54

Analogous Colors of #54dabc

#54dabc #54b5da #54da79

Monochromatic Colors of #54dabc

#54dabc

Complementary Color

#54dabc #da5472

#54dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dabc Color CSS Codes

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

#54dabc Text Font Color

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

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


#54dabc Background Color

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

This div background color is #54dabc


#54dabc Border Color

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

This div border color is #54dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dabc


Comments

No comments written yet.

Please login to write comment.