Color Hex Logo

#488c86 Color Hex

#488C86
(72,140,134)
0 Favorites   0 Comments

Color spaces of #488c86

RGB 72140134
HSL0.490.320.42
HSV175°49°55°
CMYK 0.490.000.04   0.45
XYZ16.353621.855125.9108
Yxy21.85510.25500.3408
Hunter Lab46.7494-19.3697-0.1368
CIE-Lab53.8729-23.0802-3.4672

#488c86 color RGB value is (72,140,134).

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

The process color (four color CMYK) of #488c86 color hex is 0.49, 0.00, 0.04, 0.45. Web safe color of #488c86 is #339999. Color #488c86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001100 10000110
Octal 110 214 206
Decimal 72 140 134
Hex 48 8C 86

RGB Percentages of Color #488c86

%20.81
%40.46
%38.73

CMYK Percentages of Color #488c86

%49
%0
%4
%45

Triadic Colors of #488c86

#488c86 #86488c #8c8648

Analogous Colors of #488c86

#488c86 #48708c #488c64

Monochromatic Colors of #488c86

#488c86

Complementary Color

#488c86 #8c484e

#488c86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488c86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488c86 Color CSS Codes

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

#488c86 Text Font Color

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

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


#488c86 Background Color

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

This div background color is #488c86


#488c86 Border Color

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

This div border color is #488c86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488c86


Comments

No comments written yet.

Please login to write comment.