Color Hex Logo

#48adad Color Hex

#48ADAD
(72,173,173)
0 Favorites   0 Comments

Color spaces of #48adad

RGB 72173173
HSL0.500.410.48
HSV180°58°68°
CMYK 0.580.000.00   0.32
XYZ25.158934.282044.8262
Yxy34.28200.24130.3288
Hunter Lab58.5508-25.7637-4.4065
CIE-Lab65.1858-28.9023-8.8077

#48adad color RGB value is (72,173,173).

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

The process color (four color CMYK) of #48adad color hex is 0.58, 0.00, 0.00, 0.32. Web safe color of #48adad is #339999. Color #48adad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101101 10101101
Octal 110 255 255
Decimal 72 173 173
Hex 48 AD AD

RGB Percentages of Color #48adad

%17.22
%41.39
%41.39

CMYK Percentages of Color #48adad

%58
%0
%0
%32

Triadic Colors of #48adad

#48adad #ad48ad #adad48

Analogous Colors of #48adad

#48adad #487bad #48ad7b

Monochromatic Colors of #48adad

#48adad

Complementary Color

#48adad #ad4848

#48adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#48adad Color CSS Codes

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

#48adad Text Font Color

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

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


#48adad Background Color

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

This div background color is #48adad


#48adad Border Color

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

This div border color is #48adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48adad


Comments

No comments written yet.

Please login to write comment.