Color Hex Logo

#54abb5 Color Hex

#54ABB5
(84,171,181)
0 Favorites   0 Comments

Color spaces of #54abb5

RGB 84171181
HSL0.520.400.52
HSV186°54°71°
CMYK 0.540.060.00   0.29
XYZ26.559634.346848.9458
Yxy34.34680.24180.3127
Hunter Lab58.6061-21.6667-8.4926
CIE-Lab65.2369-23.2721-13.1445

#54abb5 color RGB value is (84,171,181).

#54abb5 hex color red value is 84, green value is 171 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #54abb5 hue: 0.52 , saturation: 0.40 and the lightness value of 54abb5 is 0.52.

The process color (four color CMYK) of #54abb5 color hex is 0.54, 0.06, 0.00, 0.29. Web safe color of #54abb5 is #6699cc. Color #54abb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101011 10110101
Octal 124 253 265
Decimal 84 171 181
Hex 54 AB B5

RGB Percentages of Color #54abb5

%19.27
%39.22
%41.51

CMYK Percentages of Color #54abb5

%54
%6
%0
%29

Triadic Colors of #54abb5

#54abb5 #b554ab #abb554

Analogous Colors of #54abb5

#54abb5 #547bb5 #54b58f

Monochromatic Colors of #54abb5

#54abb5

Complementary Color

#54abb5 #b55e54

#54abb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54abb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54abb5 Color CSS Codes

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

#54abb5 Text Font Color

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

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


#54abb5 Background Color

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

This div background color is #54abb5


#54abb5 Border Color

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

This div border color is #54abb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54abb5


Comments

No comments written yet.

Please login to write comment.