Color Hex Logo

#54efee Color Hex

#54EFEE
(84,239,238)
0 Favorites   0 Comments

Color spaces of #54efee

RGB 84239238
HSL0.500.830.63
HSV180°65°94°
CMYK 0.650.000.00   0.06
XYZ49.955369.790991.7270
Yxy69.79090.23620.3300
Hunter Lab83.5409-39.4583-6.6211
CIE-Lab86.8942-40.0025-11.4862

#54efee color RGB value is (84,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11101111 11101110
Octal 124 357 356
Decimal 84 239 238
Hex 54 EF EE

RGB Percentages of Color #54efee

%14.97
%42.60
%42.42

CMYK Percentages of Color #54efee

%65
%0
%0
%6

Triadic Colors of #54efee

#54efee #ee54ef #efee54

Analogous Colors of #54efee

#54efee #54a3ef #54efa1

Monochromatic Colors of #54efee

#54efee

Complementary Color

#54efee #ef5455

#54efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#54efee Color CSS Codes

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

#54efee Text Font Color

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

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


#54efee Background Color

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

This div background color is #54efee


#54efee Border Color

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

This div border color is #54efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54efee


Comments

No comments written yet.

Please login to write comment.