Color Hex Logo

#88cfcc Color Hex

#88CFCC
(136,207,204)
0 Favorites   0 Comments

Color spaces of #88cfcc

RGB 136207204
HSL0.490.430.67
HSV177°34°81°
CMYK 0.340.000.01   0.19
XYZ43.365254.219565.3066
Yxy54.21950.26620.3329
Hunter Lab73.6339-23.7353-1.0411
CIE-Lab78.5895-22.7931-5.5811

#88cfcc color RGB value is (136,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001111 11001100
Octal 210 317 314
Decimal 136 207 204
Hex 88 CF CC

RGB Percentages of Color #88cfcc

%24.86
%37.84
%37.29

CMYK Percentages of Color #88cfcc

%34
%0
%1
%19

Triadic Colors of #88cfcc

#88cfcc #cc88cf #cfcc88

Analogous Colors of #88cfcc

#88cfcc #88afcf #88cfa9

Monochromatic Colors of #88cfcc

#88cfcc

Complementary Color

#88cfcc #cf888b

#88cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cfcc Color CSS Codes

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

#88cfcc Text Font Color

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

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


#88cfcc Background Color

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

This div background color is #88cfcc


#88cfcc Border Color

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

This div border color is #88cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cfcc


Comments

No comments written yet.

Please login to write comment.