Color Hex Logo

#54d0af Color Hex

#54D0AF
(84,208,175)
0 Favorites   0 Comments

Color spaces of #54d0af

RGB 84208175
HSL0.460.570.57
HSV164°60°82°
CMYK 0.600.000.16   0.18
XYZ33.949950.091748.4368
Yxy50.09170.25630.3781
Hunter Lab70.7755-38.23348.9664
CIE-Lab76.1255-42.33106.1619

#54d0af color RGB value is (84,208,175).

#54d0af hex color red value is 84, green value is 208 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #54d0af hue: 0.46 , saturation: 0.57 and the lightness value of 54d0af is 0.57.

The process color (four color CMYK) of #54d0af color hex is 0.60, 0.00, 0.16, 0.18. Web safe color of #54d0af is #66cc99. Color #54d0af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11010000 10101111
Octal 124 320 257
Decimal 84 208 175
Hex 54 D0 AF

RGB Percentages of Color #54d0af

%17.99
%44.54
%37.47

CMYK Percentages of Color #54d0af

%60
%0
%16
%18

Triadic Colors of #54d0af

#54d0af #af54d0 #d0af54

Analogous Colors of #54d0af

#54d0af #54b3d0 #54d071

Monochromatic Colors of #54d0af

#54d0af

Complementary Color

#54d0af #d05475

#54d0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54d0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#54d0af Color CSS Codes

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

#54d0af Text Font Color

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

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


#54d0af Background Color

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

This div background color is #54d0af


#54d0af Border Color

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

This div border color is #54d0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54d0af


Comments

No comments written yet.

Please login to write comment.