Color Hex Logo

#54adad Color Hex

#54ADAD
(84,173,173)
0 Favorites   0 Comments

Color spaces of #54adad

RGB 84173173
HSL0.500.350.50
HSV180°51°68°
CMYK 0.510.000.00   0.32
XYZ26.142634.789144.8723
Yxy34.78910.24710.3288
Hunter Lab58.9823-24.1028-3.8188
CIE-Lab65.5841-26.4885-8.1719

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101101 10101101
Octal 124 255 255
Decimal 84 173 173
Hex 54 AD AD

RGB Percentages of Color #54adad

%19.53
%40.23
%40.23

CMYK Percentages of Color #54adad

%51
%0
%0
%32

Triadic Colors of #54adad

#54adad #ad54ad #adad54

Analogous Colors of #54adad

#54adad #5481ad #54ad81

Monochromatic Colors of #54adad

#54adad

Complementary Color

#54adad #ad5454

#54adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#54adad Color CSS Codes

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

#54adad Text Font Color

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

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


#54adad Background Color

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

This div background color is #54adad


#54adad Border Color

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

This div border color is #54adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54adad


Comments

No comments written yet.

Please login to write comment.