Color Hex Logo

#54ebee Color Hex

#54EBEE
(84,235,238)
0 Favorites   0 Comments

Color spaces of #54ebee

RGB 84235238
HSL0.500.820.63
HSV181°65°93°
CMYK 0.650.010.00   0.07
XYZ48.797167.474591.3409
Yxy67.47450.23500.3250
Hunter Lab82.1429-37.7118-8.4291
CIE-Lab85.7430-38.1833-13.2057

#54ebee color RGB value is (84,235,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11101011 11101110
Octal 124 353 356
Decimal 84 235 238
Hex 54 EB EE

RGB Percentages of Color #54ebee

%15.08
%42.19
%42.73

CMYK Percentages of Color #54ebee

%65
%1
%0
%7

Triadic Colors of #54ebee

#54ebee #ee54eb #ebee54

Analogous Colors of #54ebee

#54ebee #549eee #54eea4

Monochromatic Colors of #54ebee

#54ebee

Complementary Color

#54ebee #ee5754

#54ebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ebee Color CSS Codes

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

#54ebee Text Font Color

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

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


#54ebee Background Color

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

This div background color is #54ebee


#54ebee Border Color

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

This div border color is #54ebee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,235,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 #54ebee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ebee


Comments

No comments written yet.

Please login to write comment.