Color Hex Logo

#88dfbe Color Hex

#88DFBE
(136,223,190)
0 Favorites   0 Comments

Color spaces of #88dfbe

RGB 136223190
HSL0.440.580.70
HSV157°39°87°
CMYK 0.390.000.15   0.13
XYZ45.835361.727358.2140
Yxy61.72730.27650.3724
Hunter Lab78.5667-33.356111.0658
CIE-Lab82.7682-33.63067.9648

#88dfbe color RGB value is (136,223,190).

#88dfbe hex color red value is 136, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #88dfbe hue: 0.44 , saturation: 0.58 and the lightness value of 88dfbe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011111 10111110
Octal 210 337 276
Decimal 136 223 190
Hex 88 DF BE

RGB Percentages of Color #88dfbe

%24.77
%40.62
%34.61

CMYK Percentages of Color #88dfbe

%39
%0
%15
%13

Triadic Colors of #88dfbe

#88dfbe #be88df #dfbe88

Analogous Colors of #88dfbe

#88dfbe #88d5df #88df93

Monochromatic Colors of #88dfbe

#88dfbe

Complementary Color

#88dfbe #df88a9

#88dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dfbe Color CSS Codes

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

#88dfbe Text Font Color

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

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


#88dfbe Background Color

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

This div background color is #88dfbe


#88dfbe Border Color

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

This div border color is #88dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dfbe


Comments

No comments written yet.

Please login to write comment.