Color Hex Logo

#48abad Color Hex

#48ABAD
(72,171,173)
0 Favorites   0 Comments

Color spaces of #48abad

RGB 72171173
HSL0.500.410.48
HSV181°58°68°
CMYK 0.580.010.00   0.32
XYZ24.778233.520744.6993
Yxy33.52070.24060.3254
Hunter Lab57.8971-24.9272-5.2468
CIE-Lab64.5803-27.9200-9.7111

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101011 10101101
Octal 110 253 255
Decimal 72 171 173
Hex 48 AB AD

RGB Percentages of Color #48abad

%17.31
%41.11
%41.59

CMYK Percentages of Color #48abad

%58
%1
%0
%32

Triadic Colors of #48abad

#48abad #ad48ab #abad48

Analogous Colors of #48abad

#48abad #4879ad #48ad7d

Monochromatic Colors of #48abad

#48abad

Complementary Color

#48abad #ad4a48

#48abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#48abad Color CSS Codes

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

#48abad Text Font Color

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

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


#48abad Background Color

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

This div background color is #48abad


#48abad Border Color

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

This div border color is #48abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48abad


Comments

No comments written yet.

Please login to write comment.