Color Hex Logo

#88c6bc Color Hex

#88C6BC
(136,198,188)
0 Favorites   0 Comments

Color spaces of #88c6bc

RGB 136198188
HSL0.470.350.65
HSV170°31°78°
CMYK 0.310.000.05   0.22
XYZ39.424549.253255.0059
Yxy49.25320.27440.3428
Hunter Lab70.1806-22.54242.6563
CIE-Lab75.6086-21.9758-1.3410

#88c6bc color RGB value is (136,198,188).

#88c6bc hex color red value is 136, green value is 198 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #88c6bc hue: 0.47 , saturation: 0.35 and the lightness value of 88c6bc is 0.65.

The process color (four color CMYK) of #88c6bc color hex is 0.31, 0.00, 0.05, 0.22. Web safe color of #88c6bc is #99cccc. Color #88c6bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11000110 10111100
Octal 210 306 274
Decimal 136 198 188
Hex 88 C6 BC

RGB Percentages of Color #88c6bc

%26.05
%37.93
%36.02

CMYK Percentages of Color #88c6bc

%31
%0
%5
%22

Triadic Colors of #88c6bc

#88c6bc #bc88c6 #c6bc88

Analogous Colors of #88c6bc

#88c6bc #88b1c6 #88c69d

Monochromatic Colors of #88c6bc

#88c6bc

Complementary Color

#88c6bc #c68892

#88c6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88c6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88c6bc Color CSS Codes

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

#88c6bc Text Font Color

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

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


#88c6bc Background Color

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

This div background color is #88c6bc


#88c6bc Border Color

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

This div border color is #88c6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88c6bc


Comments

No comments written yet.

Please login to write comment.