Color Hex Logo

#88bebf Color Hex

#88BEBF
(136,190,191)
0 Favorites   0 Comments

Color spaces of #88bebf

RGB 136190191
HSL0.500.300.64
HSV181°29°75°
CMYK 0.290.010.00   0.25
XYZ37.970845.822756.1336
Yxy45.82270.27140.3275
Hunter Lab67.6925-18.3356-1.7812
CIE-Lab73.4303-17.2276-6.1777

#88bebf color RGB value is (136,190,191).

#88bebf hex color red value is 136, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #88bebf hue: 0.50 , saturation: 0.30 and the lightness value of 88bebf is 0.64.

The process color (four color CMYK) of #88bebf color hex is 0.29, 0.01, 0.00, 0.25. Web safe color of #88bebf is #99cccc. Color #88bebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111110 10111111
Octal 210 276 277
Decimal 136 190 191
Hex 88 BE BF

RGB Percentages of Color #88bebf

%26.31
%36.75
%36.94

CMYK Percentages of Color #88bebf

%29
%1
%0
%25

Triadic Colors of #88bebf

#88bebf #bf88be #bebf88

Analogous Colors of #88bebf

#88bebf #88a3bf #88bfa5

Monochromatic Colors of #88bebf

#88bebf

Complementary Color

#88bebf #bf8988

#88bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bebf Color CSS Codes

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

#88bebf Text Font Color

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

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


#88bebf Background Color

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

This div background color is #88bebf


#88bebf Border Color

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

This div border color is #88bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bebf


Comments

No comments written yet.

Please login to write comment.