Color Hex Logo

#88bdae Color Hex

#88BDAE
(136,189,174)
0 Favorites   0 Comments

Color spaces of #88bdae

RGB 136189174
HSL0.450.290.64
HSV163°28°74°
CMYK 0.280.000.08   0.26
XYZ35.990944.685446.7726
Yxy44.68540.28240.3506
Hunter Lab66.8471-20.87705.3081
CIE-Lab72.6843-20.52681.9977

#88bdae color RGB value is (136,189,174).

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

The process color (four color CMYK) of #88bdae color hex is 0.28, 0.00, 0.08, 0.26. Web safe color of #88bdae is #99cc99. Color #88bdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111101 10101110
Octal 210 275 256
Decimal 136 189 174
Hex 88 BD AE

RGB Percentages of Color #88bdae

%27.25
%37.88
%34.87

CMYK Percentages of Color #88bdae

%28
%0
%8
%26

Triadic Colors of #88bdae

#88bdae #ae88bd #bdae88

Analogous Colors of #88bdae

#88bdae #88b2bd #88bd94

Monochromatic Colors of #88bdae

#88bdae

Complementary Color

#88bdae #bd8897

#88bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bdae Color CSS Codes

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

#88bdae Text Font Color

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

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


#88bdae Background Color

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

This div background color is #88bdae


#88bdae Border Color

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

This div border color is #88bdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bdae


Comments

No comments written yet.

Please login to write comment.