Color Hex Logo

#48af8f Color Hex

#48AF8F
(72,175,143)
0 Favorites   0 Comments

Color spaces of #48af8f

RGB 72175143
HSL0.450.420.48
HSV161°59°69°
CMYK 0.590.000.18   0.31
XYZ22.960434.020831.3431
Yxy34.02080.26000.3852
Hunter Lab58.3274-31.80688.9688
CIE-Lab64.9791-37.64897.5634

#48af8f color RGB value is (72,175,143).

#48af8f hex color red value is 72, green value is 175 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #48af8f hue: 0.45 , saturation: 0.42 and the lightness value of 48af8f is 0.48.

The process color (four color CMYK) of #48af8f color hex is 0.59, 0.00, 0.18, 0.31. Web safe color of #48af8f is #339999. Color #48af8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101111 10001111
Octal 110 257 217
Decimal 72 175 143
Hex 48 AF 8F

RGB Percentages of Color #48af8f

%18.46
%44.87
%36.67

CMYK Percentages of Color #48af8f

%59
%0
%18
%31

Triadic Colors of #48af8f

#48af8f #8f48af #af8f48

Analogous Colors of #48af8f

#48af8f #489caf #48af5c

Monochromatic Colors of #48af8f

#48af8f

Complementary Color

#48af8f #af4868

#48af8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48af8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48af8f Color CSS Codes

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

#48af8f Text Font Color

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

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


#48af8f Background Color

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

This div background color is #48af8f


#48af8f Border Color

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

This div border color is #48af8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48af8f


Comments

No comments written yet.

Please login to write comment.