Color Hex Logo

#88afba Color Hex

#88AFBA
(136,175,186)
0 Favorites   0 Comments

Color spaces of #88afba

RGB 136175186
HSL0.540.270.63
HSV193°27°73°
CMYK 0.270.060.00   0.27
XYZ34.346239.439452.2567
Yxy39.43940.27250.3129
Hunter Lab62.8008-12.2785-5.3748
CIE-Lab69.0684-10.5373-9.9180

#88afba color RGB value is (136,175,186).

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

The process color (four color CMYK) of #88afba color hex is 0.27, 0.06, 0.00, 0.27. Web safe color of #88afba is #9999cc. Color #88afba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101111 10111010
Octal 210 257 272
Decimal 136 175 186
Hex 88 AF BA

RGB Percentages of Color #88afba

%27.36
%35.21
%37.42

CMYK Percentages of Color #88afba

%27
%6
%0
%27

Triadic Colors of #88afba

#88afba #ba88af #afba88

Analogous Colors of #88afba

#88afba #8896ba #88baac

Monochromatic Colors of #88afba

#88afba

Complementary Color

#88afba #ba9388

#88afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#88afba Color CSS Codes

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

#88afba Text Font Color

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

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


#88afba Background Color

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

This div background color is #88afba


#88afba Border Color

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

This div border color is #88afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88afba


Comments

No comments written yet.

Please login to write comment.