Color Hex Logo

#54edea Color Hex

#54EDEA
(84,237,234)
0 Favorites   0 Comments

Color spaces of #54edea

RGB 84237234
HSL0.500.810.63
HSV179°65°93°
CMYK 0.650.000.01   0.07
XYZ48.791668.393788.4716
Yxy68.39370.23720.3326
Hunter Lab82.7005-39.4145-5.5371
CIE-Lab86.2029-40.1808-10.4165

#54edea color RGB value is (84,237,234).

#54edea hex color red value is 84, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #54edea hue: 0.50 , saturation: 0.81 and the lightness value of 54edea is 0.63.

The process color (four color CMYK) of #54edea color hex is 0.65, 0.00, 0.01, 0.07. Web safe color of #54edea is #66ffff. Color #54edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11101101 11101010
Octal 124 355 352
Decimal 84 237 234
Hex 54 ED EA

RGB Percentages of Color #54edea

%15.14
%42.70
%42.16

CMYK Percentages of Color #54edea

%65
%0
%1
%7

Triadic Colors of #54edea

#54edea #ea54ed #edea54

Analogous Colors of #54edea

#54edea #54a4ed #54ed9e

Monochromatic Colors of #54edea

#54edea

Complementary Color

#54edea #ed5457

#54edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#54edea Color CSS Codes

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

#54edea Text Font Color

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

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


#54edea Background Color

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

This div background color is #54edea


#54edea Border Color

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

This div border color is #54edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54edea


Comments

No comments written yet.

Please login to write comment.