Color Hex Logo

#48aeab Color Hex

#48AEAB
(72,174,171)
0 Favorites   0 Comments

Color spaces of #48aeab

RGB 72174171
HSL0.500.410.48
HSV178°59°68°
CMYK 0.590.000.02   0.32
XYZ25.159234.590143.8786
Yxy34.59010.24280.3338
Hunter Lab58.8133-26.5646-3.0649
CIE-Lab65.4283-29.9462-7.3338

#48aeab color RGB value is (72,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101110 10101011
Octal 110 256 253
Decimal 72 174 171
Hex 48 AE AB

RGB Percentages of Color #48aeab

%17.27
%41.73
%41.01

CMYK Percentages of Color #48aeab

%59
%0
%2
%32

Triadic Colors of #48aeab

#48aeab #ab48ae #aeab48

Analogous Colors of #48aeab

#48aeab #487eae #48ae78

Monochromatic Colors of #48aeab

#48aeab

Complementary Color

#48aeab #ae484b

#48aeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aeab Color CSS Codes

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

#48aeab Text Font Color

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

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


#48aeab Background Color

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

This div background color is #48aeab


#48aeab Border Color

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

This div border color is #48aeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aeab


Comments

No comments written yet.

Please login to write comment.