Color Hex Logo

#54bcab Color Hex

#54BCAB
(84,188,171)
0 Favorites   0 Comments

Color spaces of #54bcab

RGB 84188171
HSL0.470.440.53
HSV170°55°74°
CMYK 0.550.000.09   0.26
XYZ28.990140.791544.8737
Yxy40.79150.25280.3558
Hunter Lab63.8682-30.74743.0507
CIE-Lab70.0296-34.2485-0.5089

#54bcab color RGB value is (84,188,171).

#54bcab hex color red value is 84, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #54bcab hue: 0.47 , saturation: 0.44 and the lightness value of 54bcab is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111100 10101011
Octal 124 274 253
Decimal 84 188 171
Hex 54 BC AB

RGB Percentages of Color #54bcab

%18.96
%42.44
%38.60

CMYK Percentages of Color #54bcab

%55
%0
%9
%26

Triadic Colors of #54bcab

#54bcab #ab54bc #bcab54

Analogous Colors of #54bcab

#54bcab #5499bc #54bc77

Monochromatic Colors of #54bcab

#54bcab

Complementary Color

#54bcab #bc5465

#54bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bcab Color CSS Codes

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

#54bcab Text Font Color

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

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


#54bcab Background Color

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

This div background color is #54bcab


#54bcab Border Color

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

This div border color is #54bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bcab


Comments

No comments written yet.

Please login to write comment.