Color Hex Logo

#88cabb Color Hex

#88CABB
(136,202,187)
0 Favorites   0 Comments

Color spaces of #88cabb

RGB 136202187
HSL0.460.380.66
HSV166°33°79°
CMYK 0.330.000.07   0.21
XYZ40.243551.063254.7488
Yxy51.06320.27550.3496
Hunter Lab71.4585-24.52614.5952
CIE-Lab76.7173-24.19030.8192

#88cabb color RGB value is (136,202,187).

#88cabb hex color red value is 136, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #88cabb hue: 0.46 , saturation: 0.38 and the lightness value of 88cabb is 0.66.

The process color (four color CMYK) of #88cabb color hex is 0.33, 0.00, 0.07, 0.21. Web safe color of #88cabb is #99cccc. Color #88cabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001010 10111011
Octal 210 312 273
Decimal 136 202 187
Hex 88 CA BB

RGB Percentages of Color #88cabb

%25.90
%38.48
%35.62

CMYK Percentages of Color #88cabb

%33
%0
%7
%21

Triadic Colors of #88cabb

#88cabb #bb88ca #cabb88

Analogous Colors of #88cabb

#88cabb #88b8ca #88ca9a

Monochromatic Colors of #88cabb

#88cabb

Complementary Color

#88cabb #ca8897

#88cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cabb Color CSS Codes

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

#88cabb Text Font Color

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

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


#88cabb Background Color

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

This div background color is #88cabb


#88cabb Border Color

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

This div border color is #88cabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cabb


Comments

No comments written yet.

Please login to write comment.