Color Hex Logo

#48aaae Color Hex

#48AAAE
(72,170,174)
0 Favorites   0 Comments

Color spaces of #48aaae

RGB 72170174
HSL0.510.410.48
HSV182°59°68°
CMYK 0.590.020.00   0.32
XYZ24.687233.183245.1482
Yxy33.18320.23960.3221
Hunter Lab57.6049-24.3104-6.1455
CIE-Lab64.3090-27.1419-10.6749

#48aaae color RGB value is (72,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 10101110
Octal 110 252 256
Decimal 72 170 174
Hex 48 AA AE

RGB Percentages of Color #48aaae

%17.31
%40.87
%41.83

CMYK Percentages of Color #48aaae

%59
%2
%0
%32

Triadic Colors of #48aaae

#48aaae #ae48aa #aaae48

Analogous Colors of #48aaae

#48aaae #4877ae #48ae7f

Monochromatic Colors of #48aaae

#48aaae

Complementary Color

#48aaae #ae4c48

#48aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aaae Color CSS Codes

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

#48aaae Text Font Color

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

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


#48aaae Background Color

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

This div background color is #48aaae


#48aaae Border Color

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

This div border color is #48aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aaae


Comments

No comments written yet.

Please login to write comment.