Color Hex Logo

#88907c Color Hex

#88907C
(136,144,124)
0 Favorites   0 Comments

Color spaces of #88907c

RGB 136144124
HSL0.230.080.53
HSV84°14°56°
CMYK 0.060.000.14   0.44
XYZ23.764726.636022.9575
Yxy26.63600.32400.3631
Hunter Lab51.6101-8.12449.7533
CIE-Lab58.6359-6.71319.6448

#88907c color RGB value is (136,144,124).

#88907c hex color red value is 136, green value is 144 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #88907c hue: 0.23 , saturation: 0.08 and the lightness value of 88907c is 0.53.

The process color (four color CMYK) of #88907c color hex is 0.06, 0.00, 0.14, 0.44. Web safe color of #88907c is #999966. Color #88907c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010000 01111100
Octal 210 220 174
Decimal 136 144 124
Hex 88 90 7C

RGB Percentages of Color #88907c

%33.66
%35.64
%30.69

CMYK Percentages of Color #88907c

%6
%0
%14
%44

Triadic Colors of #88907c

#88907c #7c8890 #907c88

Analogous Colors of #88907c

#88907c #7e907c #908e7c

Monochromatic Colors of #88907c

#88907c

Complementary Color

#88907c #847c90

#88907c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88907c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88907c Color CSS Codes

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

#88907c Text Font Color

<p style="color:#88907c">Text here</p>

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


#88907c Background Color

<div style="background-color:#88907c">
Div content here</div>

This div background color is #88907c


#88907c Border Color

<div style="border:3px solid #88907c">
Div here</div>

This div border color is #88907c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,144,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88907c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88907c;
  -webkit-box-shadow: 1px 1px 3px 2px #88907c;
  box-shadow:         1px 1px 3px 2px #88907c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,144,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88907c


Comments

No comments written yet.

Please login to write comment.