Color Hex Logo

#88daba Color Hex

#88DABA
(136,218,186)
0 Favorites   0 Comments

Color spaces of #88daba

RGB 136218186
HSL0.430.530.69
HSV157°38°85°
CMYK 0.380.000.15   0.15
XYZ44.087758.922255.5038
Yxy58.92220.27810.3717
Hunter Lab76.7608-31.809610.8615
CIE-Lab81.2488-32.12957.9044

#88daba color RGB value is (136,218,186).

#88daba hex color red value is 136, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #88daba hue: 0.43 , saturation: 0.53 and the lightness value of 88daba is 0.69.

The process color (four color CMYK) of #88daba color hex is 0.38, 0.00, 0.15, 0.15. Web safe color of #88daba is #99cccc. Color #88daba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011010 10111010
Octal 210 332 272
Decimal 136 218 186
Hex 88 DA BA

RGB Percentages of Color #88daba

%25.19
%40.37
%34.44

CMYK Percentages of Color #88daba

%38
%0
%15
%15

Triadic Colors of #88daba

#88daba #ba88da #daba88

Analogous Colors of #88daba

#88daba #88d1da #88da91

Monochromatic Colors of #88daba

#88daba

Complementary Color

#88daba #da88a8

#88daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#88daba Color CSS Codes

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

#88daba Text Font Color

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

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


#88daba Background Color

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

This div background color is #88daba


#88daba Border Color

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

This div border color is #88daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88daba


Comments

No comments written yet.

Please login to write comment.