Color Hex Logo

#54ebab Color Hex

#54EBAB
(84,235,171)
0 Favorites   0 Comments

Color spaces of #54ebab

RGB 84235171
HSL0.430.790.63
HSV155°64°92°
CMYK 0.640.000.27   0.08
XYZ40.715264.241848.7821
Yxy64.24180.26480.4179
Hunter Lab80.1510-49.589620.0202
CIE-Lab84.0915-54.514519.5344

#54ebab color RGB value is (84,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11101011 10101011
Octal 124 353 253
Decimal 84 235 171
Hex 54 EB AB

RGB Percentages of Color #54ebab

%17.14
%47.96
%34.90

CMYK Percentages of Color #54ebab

%64
%0
%27
%8

Triadic Colors of #54ebab

#54ebab #ab54eb #ebab54

Analogous Colors of #54ebab

#54ebab #54e0eb #54eb5f

Monochromatic Colors of #54ebab

#54ebab

Complementary Color

#54ebab #eb5494

#54ebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ebab Color CSS Codes

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

#54ebab Text Font Color

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

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


#54ebab Background Color

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

This div background color is #54ebab


#54ebab Border Color

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

This div border color is #54ebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ebab


Comments

No comments written yet.

Please login to write comment.