Color Hex Logo

#54bbae Color Hex

#54BBAE
(84,187,174)
0 Favorites   0 Comments

Color spaces of #54bbae

RGB 84187174
HSL0.480.430.53
HSV172°55°73°
CMYK 0.550.000.07   0.27
XYZ29.066540.481546.3261
Yxy40.48150.25080.3494
Hunter Lab63.6251-29.79791.3679
CIE-Lab69.8111-33.0113-2.4743

#54bbae color RGB value is (84,187,174).

#54bbae hex color red value is 84, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #54bbae hue: 0.48 , saturation: 0.43 and the lightness value of 54bbae is 0.53.

The process color (four color CMYK) of #54bbae color hex is 0.55, 0.00, 0.07, 0.27. Web safe color of #54bbae is #66cc99. Color #54bbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111011 10101110
Octal 124 273 256
Decimal 84 187 174
Hex 54 BB AE

RGB Percentages of Color #54bbae

%18.88
%42.02
%39.10

CMYK Percentages of Color #54bbae

%55
%0
%7
%27

Triadic Colors of #54bbae

#54bbae #ae54bb #bbae54

Analogous Colors of #54bbae

#54bbae #5495bb #54bb7b

Monochromatic Colors of #54bbae

#54bbae

Complementary Color

#54bbae #bb5461

#54bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bbae Color CSS Codes

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

#54bbae Text Font Color

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

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


#54bbae Background Color

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

This div background color is #54bbae


#54bbae Border Color

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

This div border color is #54bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bbae


Comments

No comments written yet.

Please login to write comment.