Color Hex Logo

#88adaf Color Hex

#88ADAF
(136,173,175)
0 Favorites   0 Comments

Color spaces of #88adaf

RGB 136173175
HSL0.510.200.61
HSV183°22°69°
CMYK 0.220.010.00   0.31
XYZ32.834838.216546.2034
Yxy38.21650.28000.3259
Hunter Lab61.8195-13.3756-1.0392
CIE-Lab68.1799-12.0100-5.1538

#88adaf color RGB value is (136,173,175).

#88adaf hex color red value is 136, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #88adaf hue: 0.51 , saturation: 0.20 and the lightness value of 88adaf is 0.61.

The process color (four color CMYK) of #88adaf color hex is 0.22, 0.01, 0.00, 0.31. Web safe color of #88adaf is #999999. Color #88adaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101101 10101111
Octal 210 255 257
Decimal 136 173 175
Hex 88 AD AF

RGB Percentages of Color #88adaf

%28.10
%35.74
%36.16

CMYK Percentages of Color #88adaf

%22
%1
%0
%31

Triadic Colors of #88adaf

#88adaf #af88ad #adaf88

Analogous Colors of #88adaf

#88adaf #889aaf #88af9e

Monochromatic Colors of #88adaf

#88adaf

Complementary Color

#88adaf #af8a88

#88adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88adaf Color CSS Codes

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

#88adaf Text Font Color

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

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


#88adaf Background Color

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

This div background color is #88adaf


#88adaf Border Color

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

This div border color is #88adaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,173,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 #88adaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88adaf


Comments

No comments written yet.

Please login to write comment.