Color Hex Logo

#88afbf Color Hex

#88AFBF
(136,175,191)
0 Favorites   0 Comments

Color spaces of #88afbf

RGB 136175191
HSL0.550.300.64
HSV197°29°75°
CMYK 0.290.080.00   0.25
XYZ34.887339.655855.1058
Yxy39.65580.26910.3059
Hunter Lab62.9729-11.3125-7.8020
CIE-Lab69.2237-9.3462-12.4458

#88afbf color RGB value is (136,175,191).

#88afbf hex color red value is 136, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #88afbf hue: 0.55 , saturation: 0.30 and the lightness value of 88afbf is 0.64.

The process color (four color CMYK) of #88afbf color hex is 0.29, 0.08, 0.00, 0.25. Web safe color of #88afbf is #9999cc. Color #88afbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101111 10111111
Octal 210 257 277
Decimal 136 175 191
Hex 88 AF BF

RGB Percentages of Color #88afbf

%27.09
%34.86
%38.05

CMYK Percentages of Color #88afbf

%29
%8
%0
%25

Triadic Colors of #88afbf

#88afbf #bf88af #afbf88

Analogous Colors of #88afbf

#88afbf #8894bf #88bfb4

Monochromatic Colors of #88afbf

#88afbf

Complementary Color

#88afbf #bf9888

#88afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88afbf Color CSS Codes

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

#88afbf Text Font Color

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

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


#88afbf Background Color

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

This div background color is #88afbf


#88afbf Border Color

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

This div border color is #88afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88afbf


Comments

No comments written yet.

Please login to write comment.