Color Hex Logo

#54acba Color Hex

#54ACBA
(84,172,186)
0 Favorites   0 Comments

Color spaces of #54acba

RGB 84172186
HSL0.520.430.53
HSV188°55°73°
CMYK 0.550.080.00   0.27
XYZ27.271634.935051.7601
Yxy34.93500.23930.3065
Hunter Lab59.1058-21.0748-10.5473
CIE-Lab65.6980-22.3643-15.2313

#54acba color RGB value is (84,172,186).

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

The process color (four color CMYK) of #54acba color hex is 0.55, 0.08, 0.00, 0.27. Web safe color of #54acba is #6699cc. Color #54acba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101100 10111010
Octal 124 254 272
Decimal 84 172 186
Hex 54 AC BA

RGB Percentages of Color #54acba

%19.00
%38.91
%42.08

CMYK Percentages of Color #54acba

%55
%8
%0
%27

Triadic Colors of #54acba

#54acba #ba54ac #acba54

Analogous Colors of #54acba

#54acba #5479ba #54ba95

Monochromatic Colors of #54acba

#54acba

Complementary Color

#54acba #ba6254

#54acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#54acba Color CSS Codes

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

#54acba Text Font Color

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

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


#54acba Background Color

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

This div background color is #54acba


#54acba Border Color

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

This div border color is #54acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54acba


Comments

No comments written yet.

Please login to write comment.