Color Hex Logo

#88cfce Color Hex

#88CFCE
(136,207,206)
0 Favorites   0 Comments

Color spaces of #88cfce

RGB 136207206
HSL0.500.430.67
HSV179°34°81°
CMYK 0.340.000.00   0.19
XYZ43.606754.316166.5783
Yxy54.31610.26510.3302
Hunter Lab73.6995-23.3587-1.9715
CIE-Lab78.6457-22.3219-6.5721

#88cfce color RGB value is (136,207,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001111 11001110
Octal 210 317 316
Decimal 136 207 206
Hex 88 CF CE

RGB Percentages of Color #88cfce

%24.77
%37.70
%37.52

CMYK Percentages of Color #88cfce

%34
%0
%0
%19

Triadic Colors of #88cfce

#88cfce #ce88cf #cfce88

Analogous Colors of #88cfce

#88cfce #88adcf #88cfab

Monochromatic Colors of #88cfce

#88cfce

Complementary Color

#88cfce #cf8889

#88cfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cfce Color CSS Codes

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

#88cfce Text Font Color

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

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


#88cfce Background Color

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

This div background color is #88cfce


#88cfce Border Color

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

This div border color is #88cfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cfce


Comments

No comments written yet.

Please login to write comment.