Color Hex Logo

#54eadd Color Hex

#54EADD
(84,234,221)
0 Favorites   0 Comments

Color spaces of #54eadd

RGB 84234221
HSL0.490.780.62
HSV175°64°92°
CMYK 0.640.000.06   0.08
XYZ46.130165.950978.7051
Yxy65.95090.24180.3457
Hunter Lab81.2102-40.7238-0.6140
CIE-Lab84.9714-42.2883-5.4031

#54eadd color RGB value is (84,234,221).

#54eadd hex color red value is 84, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #54eadd hue: 0.49 , saturation: 0.78 and the lightness value of 54eadd is 0.62.

The process color (four color CMYK) of #54eadd color hex is 0.64, 0.00, 0.06, 0.08. Web safe color of #54eadd is #66ffcc. Color #54eadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11101010 11011101
Octal 124 352 335
Decimal 84 234 221
Hex 54 EA DD

RGB Percentages of Color #54eadd

%15.58
%43.41
%41.00

CMYK Percentages of Color #54eadd

%64
%0
%6
%8

Triadic Colors of #54eadd

#54eadd #dd54ea #eadd54

Analogous Colors of #54eadd

#54eadd #54acea #54ea92

Monochromatic Colors of #54eadd

#54eadd

Complementary Color

#54eadd #ea5461

#54eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54eadd Color CSS Codes

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

#54eadd Text Font Color

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

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


#54eadd Background Color

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

This div background color is #54eadd


#54eadd Border Color

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

This div border color is #54eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54eadd


Comments

No comments written yet.

Please login to write comment.