Color Hex Logo

#88b7af Color Hex

#88B7AF
(136,183,175)
0 Favorites   0 Comments

Color spaces of #88b7af

RGB 136183175
HSL0.470.250.63
HSV170°26°72°
CMYK 0.260.000.04   0.28
XYZ34.824742.196446.8667
Yxy42.19640.28110.3406
Hunter Lab64.9588-17.98312.6943
CIE-Lab71.0061-17.2434-0.9968

#88b7af color RGB value is (136,183,175).

#88b7af hex color red value is 136, green value is 183 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #88b7af hue: 0.47 , saturation: 0.25 and the lightness value of 88b7af is 0.63.

The process color (four color CMYK) of #88b7af color hex is 0.26, 0.00, 0.04, 0.28. Web safe color of #88b7af is #99cc99. Color #88b7af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10110111 10101111
Octal 210 267 257
Decimal 136 183 175
Hex 88 B7 AF

RGB Percentages of Color #88b7af

%27.53
%37.04
%35.43

CMYK Percentages of Color #88b7af

%26
%0
%4
%28

Triadic Colors of #88b7af

#88b7af #af88b7 #b7af88

Analogous Colors of #88b7af

#88b7af #88a8b7 #88b798

Monochromatic Colors of #88b7af

#88b7af

Complementary Color

#88b7af #b78890

#88b7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88b7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#88b7af Color CSS Codes

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

#88b7af Text Font Color

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

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


#88b7af Background Color

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

This div background color is #88b7af


#88b7af Border Color

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

This div border color is #88b7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88b7af


Comments

No comments written yet.

Please login to write comment.