Color Hex Logo

#88bead Color Hex

#88BEAD
(136,190,173)
0 Favorites   0 Comments

Color spaces of #88bead

RGB 136190173
HSL0.450.290.64
HSV161°28°75°
CMYK 0.280.000.09   0.25
XYZ36.109645.078346.3330
Yxy45.07830.28320.3535
Hunter Lab67.1404-21.49446.0827
CIE-Lab72.9434-21.24662.9188

#88bead color RGB value is (136,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111110 10101101
Octal 210 276 255
Decimal 136 190 173
Hex 88 BE AD

RGB Percentages of Color #88bead

%27.25
%38.08
%34.67

CMYK Percentages of Color #88bead

%28
%0
%9
%25

Triadic Colors of #88bead

#88bead #ad88be #bead88

Analogous Colors of #88bead

#88bead #88b4be #88be92

Monochromatic Colors of #88bead

#88bead

Complementary Color

#88bead #be8899

#88bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bead Color CSS Codes

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

#88bead Text Font Color

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

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


#88bead Background Color

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

This div background color is #88bead


#88bead Border Color

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

This div border color is #88bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bead


Comments

No comments written yet.

Please login to write comment.