Color Hex Logo

#488b6c Color Hex

#488B6C
(72,139,108)
0 Favorites   0 Comments

Color spaces of #488b6c

RGB 72139108
HSL0.420.320.41
HSV152°48°55°
CMYK 0.480.000.22   0.45
XYZ14.611920.925717.4563
Yxy20.92570.27570.3949
Hunter Lab45.7446-23.03609.3960
CIE-Lab52.8681-28.994510.0887

#488b6c color RGB value is (72,139,108).

#488b6c hex color red value is 72, green value is 139 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #488b6c hue: 0.42 , saturation: 0.32 and the lightness value of 488b6c is 0.41.

The process color (four color CMYK) of #488b6c color hex is 0.48, 0.00, 0.22, 0.45. Web safe color of #488b6c is #339966. Color #488b6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001011 01101100
Octal 110 213 154
Decimal 72 139 108
Hex 48 8B 6C

RGB Percentages of Color #488b6c

%22.57
%43.57
%33.86

CMYK Percentages of Color #488b6c

%48
%0
%22
%45

Triadic Colors of #488b6c

#488b6c #6c488b #8b6c48

Analogous Colors of #488b6c

#488b6c #48898b #488b4b

Monochromatic Colors of #488b6c

#488b6c

Complementary Color

#488b6c #8b4867

#488b6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488b6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#488b6c Color CSS Codes

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

#488b6c Text Font Color

<p style="color:#488b6c">Text here</p>

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


#488b6c Background Color

<div style="background-color:#488b6c">
Div content here</div>

This div background color is #488b6c


#488b6c Border Color

<div style="border:3px solid #488b6c">
Div here</div>

This div border color is #488b6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,139,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488b6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488b6c;
  -webkit-box-shadow: 1px 1px 3px 2px #488b6c;
  box-shadow:         1px 1px 3px 2px #488b6c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488b6c


Comments

No comments written yet.

Please login to write comment.