Color Hex Logo

#88dcbf Color Hex

#88DCBF
(136,220,191)
0 Favorites   0 Comments

Color spaces of #88dcbf

RGB 136220191
HSL0.440.550.70
HSV159°38°86°
CMYK 0.380.000.13   0.14
XYZ45.150560.182258.5269
Yxy60.18220.27550.3673
Hunter Lab77.5772-31.87189.5736
CIE-Lab81.9371-32.01096.2417

#88dcbf color RGB value is (136,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011100 10111111
Octal 210 334 277
Decimal 136 220 191
Hex 88 DC BF

RGB Percentages of Color #88dcbf

%24.86
%40.22
%34.92

CMYK Percentages of Color #88dcbf

%38
%0
%13
%14

Triadic Colors of #88dcbf

#88dcbf #bf88dc #dcbf88

Analogous Colors of #88dcbf

#88dcbf #88cfdc #88dc95

Monochromatic Colors of #88dcbf

#88dcbf

Complementary Color

#88dcbf #dc88a5

#88dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dcbf Color CSS Codes

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

#88dcbf Text Font Color

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

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


#88dcbf Background Color

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

This div background color is #88dcbf


#88dcbf Border Color

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

This div border color is #88dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dcbf


Comments

No comments written yet.

Please login to write comment.