Color Hex Logo

#88acbd Color Hex

#88ACBD
(136,172,189)
0 Favorites   0 Comments

Color spaces of #88acbd

RGB 136172189
HSL0.550.290.64
HSV199°28°74°
CMYK 0.280.090.00   0.26
XYZ34.091238.413453.7618
Yxy38.41340.27000.3042
Hunter Lab61.9785-10.2788-8.0447
CIE-Lab68.3242-8.2132-12.6902

#88acbd color RGB value is (136,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101100 10111101
Octal 210 254 275
Decimal 136 172 189
Hex 88 AC BD

RGB Percentages of Color #88acbd

%27.36
%34.61
%38.03

CMYK Percentages of Color #88acbd

%28
%9
%0
%26

Triadic Colors of #88acbd

#88acbd #bd88ac #acbd88

Analogous Colors of #88acbd

#88acbd #8892bd #88bdb4

Monochromatic Colors of #88acbd

#88acbd

Complementary Color

#88acbd #bd9988

#88acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88acbd Color CSS Codes

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

#88acbd Text Font Color

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

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


#88acbd Background Color

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

This div background color is #88acbd


#88acbd Border Color

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

This div border color is #88acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88acbd


Comments

No comments written yet.

Please login to write comment.