Color Hex Logo

#88bca1 Color Hex

#88BCA1
(136,188,161)
0 Favorites   0 Comments

Color spaces of #88bca1

RGB 136188161
HSL0.410.280.64
HSV149°28°74°
CMYK 0.280.000.14   0.26
XYZ34.569643.773940.3454
Yxy43.77390.29130.3688
Hunter Lab66.1618-22.516910.1583
CIE-Lab72.0771-22.73558.2063

#88bca1 color RGB value is (136,188,161).

#88bca1 hex color red value is 136, green value is 188 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #88bca1 hue: 0.41 , saturation: 0.28 and the lightness value of 88bca1 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111100 10100001
Octal 210 274 241
Decimal 136 188 161
Hex 88 BC A1

RGB Percentages of Color #88bca1

%28.04
%38.76
%33.20

CMYK Percentages of Color #88bca1

%28
%0
%14
%26

Triadic Colors of #88bca1

#88bca1 #a188bc #bca188

Analogous Colors of #88bca1

#88bca1 #88bcbb #89bc88

Monochromatic Colors of #88bca1

#88bca1

Complementary Color

#88bca1 #bc88a3

#88bca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bca1 Color CSS Codes

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

#88bca1 Text Font Color

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

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


#88bca1 Background Color

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

This div background color is #88bca1


#88bca1 Border Color

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

This div border color is #88bca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bca1


Comments

No comments written yet.

Please login to write comment.