Color Hex Logo

#54acad Color Hex

#54ACAD
(84,172,173)
0 Favorites   0 Comments

Color spaces of #54acad

RGB 84172173
HSL0.500.350.50
HSV181°51°68°
CMYK 0.510.010.00   0.32
XYZ25.951534.407044.8086
Yxy34.40700.24680.3272
Hunter Lab58.6575-23.6778-4.2315
CIE-Lab65.2843-25.9906-8.6183

#54acad color RGB value is (84,172,173).

#54acad hex color red value is 84, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #54acad hue: 0.50 , saturation: 0.35 and the lightness value of 54acad is 0.50.

The process color (four color CMYK) of #54acad color hex is 0.51, 0.01, 0.00, 0.32. Web safe color of #54acad is #669999. Color #54acad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101100 10101101
Octal 124 254 255
Decimal 84 172 173
Hex 54 AC AD

RGB Percentages of Color #54acad

%19.58
%40.09
%40.33

CMYK Percentages of Color #54acad

%51
%1
%0
%32

Triadic Colors of #54acad

#54acad #ad54ac #acad54

Analogous Colors of #54acad

#54acad #5480ad #54ad82

Monochromatic Colors of #54acad

#54acad

Complementary Color

#54acad #ad5554

#54acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#54acad Color CSS Codes

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

#54acad Text Font Color

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

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


#54acad Background Color

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

This div background color is #54acad


#54acad Border Color

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

This div border color is #54acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54acad


Comments

No comments written yet.

Please login to write comment.