Color Hex Logo

#488b6e Color Hex

#488B6E
(72,139,110)
0 Favorites   0 Comments

Color spaces of #488b6e

RGB 72139110
HSL0.430.320.41
HSV154°48°55°
CMYK 0.480.000.21   0.45
XYZ14.719620.968718.0234
Yxy20.96870.27400.3904
Hunter Lab45.7916-22.75698.7178
CIE-Lab52.9152-28.54129.0059

#488b6e color RGB value is (72,139,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001011 01101110
Octal 110 213 156
Decimal 72 139 110
Hex 48 8B 6E

RGB Percentages of Color #488b6e

%22.43
%43.30
%34.27

CMYK Percentages of Color #488b6e

%48
%0
%21
%45

Triadic Colors of #488b6e

#488b6e #6e488b #8b6e48

Analogous Colors of #488b6e

#488b6e #48878b #488b4d

Monochromatic Colors of #488b6e

#488b6e

Complementary Color

#488b6e #8b4865

#488b6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488b6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#488b6e Color CSS Codes

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

#488b6e Text Font Color

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

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


#488b6e Background Color

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

This div background color is #488b6e


#488b6e Border Color

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

This div border color is #488b6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488b6e


Comments

No comments written yet.

Please login to write comment.