Color Hex Logo

#88a275 Color Hex

#88A275
(136,162,117)
0 Favorites   0 Comments

Color spaces of #88a275

RGB 136162117
HSL0.260.190.55
HSV95°28°64°
CMYK 0.160.000.28   0.36
XYZ26.284632.359321.6902
Yxy32.35930.32720.4028
Hunter Lab56.8852-17.070817.2125
CIE-Lab63.6387-17.515520.5023

#88a275 color RGB value is (136,162,117).

#88a275 hex color red value is 136, green value is 162 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #88a275 hue: 0.26 , saturation: 0.19 and the lightness value of 88a275 is 0.55.

The process color (four color CMYK) of #88a275 color hex is 0.16, 0.00, 0.28, 0.36. Web safe color of #88a275 is #999966. Color #88a275 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10100010 01110101
Octal 210 242 165
Decimal 136 162 117
Hex 88 A2 75

RGB Percentages of Color #88a275

%32.77
%39.04
%28.19

CMYK Percentages of Color #88a275

%16
%0
%28
%36

Triadic Colors of #88a275

#88a275 #7588a2 #a27588

Analogous Colors of #88a275

#88a275 #75a279 #9fa275

Monochromatic Colors of #88a275

#88a275

Complementary Color

#88a275 #8f75a2

#88a275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88a275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88a275 Color CSS Codes

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

#88a275 Text Font Color

<p style="color:#88a275">Text here</p>

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


#88a275 Background Color

<div style="background-color:#88a275">
Div content here</div>

This div background color is #88a275


#88a275 Border Color

<div style="border:3px solid #88a275">
Div here</div>

This div border color is #88a275


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,162,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88a275; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88a275;
  -webkit-box-shadow: 1px 1px 3px 2px #88a275;
  box-shadow:         1px 1px 3px 2px #88a275; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88a275


Comments

No comments written yet.

Please login to write comment.