Color Hex Logo

#54dbba Color Hex

#54DBBA
(84,219,186)
0 Favorites   0 Comments

Color spaces of #54dbba

RGB 84219186
HSL0.460.650.59
HSV165°62°86°
CMYK 0.620.000.15   0.14
XYZ37.850656.093055.2865
Yxy56.09300.25360.3759
Hunter Lab74.8953-40.85638.6597
CIE-Lab79.6667-44.49755.3854

#54dbba color RGB value is (84,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011011 10111010
Octal 124 333 272
Decimal 84 219 186
Hex 54 DB BA

RGB Percentages of Color #54dbba

%17.18
%44.79
%38.04

CMYK Percentages of Color #54dbba

%62
%0
%15
%14

Triadic Colors of #54dbba

#54dbba #ba54db #dbba54

Analogous Colors of #54dbba

#54dbba #54b9db #54db77

Monochromatic Colors of #54dbba

#54dbba

Complementary Color

#54dbba #db5475

#54dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dbba Color CSS Codes

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

#54dbba Text Font Color

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

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


#54dbba Background Color

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

This div background color is #54dbba


#54dbba Border Color

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

This div border color is #54dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dbba


Comments

No comments written yet.

Please login to write comment.