Color Hex Logo

#88d0bf Color Hex

#88D0BF
(136,208,191)
0 Favorites   0 Comments

Color spaces of #88d0bf

RGB 136208191
HSL0.460.430.67
HSV166°35°82°
CMYK 0.350.000.08   0.18
XYZ42.113254.107657.5144
Yxy54.10760.27390.3520
Hunter Lab73.5579-26.53185.1321
CIE-Lab78.5244-26.25301.3009

#88d0bf color RGB value is (136,208,191).

#88d0bf hex color red value is 136, green value is 208 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #88d0bf hue: 0.46 , saturation: 0.43 and the lightness value of 88d0bf is 0.67.

The process color (four color CMYK) of #88d0bf color hex is 0.35, 0.00, 0.08, 0.18. Web safe color of #88d0bf is #99cccc. Color #88d0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11010000 10111111
Octal 210 320 277
Decimal 136 208 191
Hex 88 D0 BF

RGB Percentages of Color #88d0bf

%25.42
%38.88
%35.70

CMYK Percentages of Color #88d0bf

%35
%0
%8
%18

Triadic Colors of #88d0bf

#88d0bf #bf88d0 #d0bf88

Analogous Colors of #88d0bf

#88d0bf #88bdd0 #88d09b

Monochromatic Colors of #88d0bf

#88d0bf

Complementary Color

#88d0bf #d08899

#88d0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88d0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88d0bf Color CSS Codes

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

#88d0bf Text Font Color

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

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


#88d0bf Background Color

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

This div background color is #88d0bf


#88d0bf Border Color

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

This div border color is #88d0bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,208,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 #88d0bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88d0bf


Comments

No comments written yet.

Please login to write comment.