Color Hex Logo

#48998f Color Hex

#48998F
(72,153,143)
0 Favorites   0 Comments

Color spaces of #48998f

RGB 72153143
HSL0.480.360.44
HSV173°53°60°
CMYK 0.530.000.07   0.40
XYZ19.021626.143430.0302
Yxy26.14340.25300.3477
Hunter Lab51.1306-23.07310.9690
CIE-Lab58.1729-27.2465-2.3012

#48998f color RGB value is (72,153,143).

#48998f hex color red value is 72, green value is 153 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #48998f hue: 0.48 , saturation: 0.36 and the lightness value of 48998f is 0.44.

The process color (four color CMYK) of #48998f color hex is 0.53, 0.00, 0.07, 0.40. Web safe color of #48998f is #339999. Color #48998f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011001 10001111
Octal 110 231 217
Decimal 72 153 143
Hex 48 99 8F

RGB Percentages of Color #48998f

%19.57
%41.58
%38.86

CMYK Percentages of Color #48998f

%53
%0
%7
%40

Triadic Colors of #48998f

#48998f #8f4899 #998f48

Analogous Colors of #48998f

#48998f #487b99 #489967

Monochromatic Colors of #48998f

#48998f

Complementary Color

#48998f #994852

#48998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48998f Color CSS Codes

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

#48998f Text Font Color

<p style="color:#48998f">Text here</p>

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


#48998f Background Color

<div style="background-color:#48998f">
Div content here</div>

This div background color is #48998f


#48998f Border Color

<div style="border:3px solid #48998f">
Div here</div>

This div border color is #48998f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48998f


Comments

No comments written yet.

Please login to write comment.