Color Hex Logo

#88bfbe Color Hex

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

Color spaces of #88bfbe

RGB 136191190
HSL0.500.300.64
HSV179°29°75°
CMYK 0.290.000.01   0.25
XYZ38.078446.213555.6284
Yxy46.21350.27210.3303
Hunter Lab67.9805-18.9814-0.9306
CIE-Lab73.6839-17.9728-5.2581

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

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

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

Base Numbers

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

RGB Percentages of Color #88bfbe

%26.31
%36.94
%36.75

CMYK Percentages of Color #88bfbe

%29
%0
%1
%25

Triadic Colors of #88bfbe

#88bfbe #be88bf #bfbe88

Analogous Colors of #88bfbe

#88bfbe #88a5bf #88bfa3

Monochromatic Colors of #88bfbe

#88bfbe

Complementary Color

#88bfbe #bf8889

#88bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bfbe Color CSS Codes

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

#88bfbe Text Font Color

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

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


#88bfbe Background Color

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

This div background color is #88bfbe


#88bfbe Border Color

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

This div border color is #88bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bfbe


Comments

No comments written yet.

Please login to write comment.