Color Hex Logo

#48adae Color Hex

#48ADAE
(72,173,174)
0 Favorites   0 Comments

Color spaces of #48adae

RGB 72173174
HSL0.500.410.48
HSV181°59°68°
CMYK 0.590.010.00   0.32
XYZ25.256034.320945.3379
Yxy34.32090.24070.3271
Hunter Lab58.5840-25.5694-4.8754
CIE-Lab65.2165-28.6221-9.3188

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101101 10101110
Octal 110 255 256
Decimal 72 173 174
Hex 48 AD AE

RGB Percentages of Color #48adae

%17.18
%41.29
%41.53

CMYK Percentages of Color #48adae

%59
%1
%0
%32

Triadic Colors of #48adae

#48adae #ae48ad #adae48

Analogous Colors of #48adae

#48adae #487aae #48ae7c

Monochromatic Colors of #48adae

#48adae

Complementary Color

#48adae #ae4948

#48adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#48adae Color CSS Codes

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

#48adae Text Font Color

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

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


#48adae Background Color

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

This div background color is #48adae


#48adae Border Color

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

This div border color is #48adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48adae


Comments

No comments written yet.

Please login to write comment.