Color Hex Logo

#88afb9 Color Hex

#88AFB9
(136,175,185)
0 Favorites   0 Comments

Color spaces of #88afb9

RGB 136175185
HSL0.530.260.63
HSV192°26°73°
CMYK 0.260.050.00   0.27
XYZ34.240339.397051.6987
Yxy39.39700.27320.3143
Hunter Lab62.7670-12.4680-4.8979
CIE-Lab69.0379-10.7722-9.4112

#88afb9 color RGB value is (136,175,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101111 10111001
Octal 210 257 271
Decimal 136 175 185
Hex 88 AF B9

RGB Percentages of Color #88afb9

%27.42
%35.28
%37.30

CMYK Percentages of Color #88afb9

%26
%5
%0
%27

Triadic Colors of #88afb9

#88afb9 #b988af #afb988

Analogous Colors of #88afb9

#88afb9 #8897b9 #88b9ab

Monochromatic Colors of #88afb9

#88afb9

Complementary Color

#88afb9 #b99288

#88afb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88afb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88afb9 Color CSS Codes

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

#88afb9 Text Font Color

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

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


#88afb9 Background Color

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

This div background color is #88afb9


#88afb9 Border Color

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

This div border color is #88afb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88afb9


Comments

No comments written yet.

Please login to write comment.