Color Hex Logo

#88cfcb Color Hex

#88CFCB
(136,207,203)
0 Favorites   0 Comments

Color spaces of #88cfcb

RGB 136207203
HSL0.490.430.67
HSV177°34°81°
CMYK 0.340.000.02   0.19
XYZ43.245754.171764.6768
Yxy54.17170.26680.3342
Hunter Lab73.6014-23.9220-0.5797
CIE-Lab78.5617-23.0272-5.0851

#88cfcb color RGB value is (136,207,203).

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

The process color (four color CMYK) of #88cfcb color hex is 0.34, 0.00, 0.02, 0.19. Web safe color of #88cfcb is #99cccc. Color #88cfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001111 11001011
Octal 210 317 313
Decimal 136 207 203
Hex 88 CF CB

RGB Percentages of Color #88cfcb

%24.91
%37.91
%37.18

CMYK Percentages of Color #88cfcb

%34
%0
%2
%19

Triadic Colors of #88cfcb

#88cfcb #cb88cf #cfcb88

Analogous Colors of #88cfcb

#88cfcb #88b0cf #88cfa8

Monochromatic Colors of #88cfcb

#88cfcb

Complementary Color

#88cfcb #cf888c

#88cfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cfcb Color CSS Codes

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

#88cfcb Text Font Color

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

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


#88cfcb Background Color

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

This div background color is #88cfcb


#88cfcb Border Color

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

This div border color is #88cfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cfcb


Comments

No comments written yet.

Please login to write comment.