Color Hex Logo

#88dacc Color Hex

#88DACC
(136,218,204)
0 Favorites   0 Comments

Color spaces of #88dacc

RGB 136218204
HSL0.470.530.69
HSV170°38°85°
CMYK 0.380.000.06   0.15
XYZ46.123859.736766.2261
Yxy59.73670.26800.3471
Hunter Lab77.2895-28.73383.2996
CIE-Lab81.6949-28.1833-1.0150

#88dacc color RGB value is (136,218,204).

#88dacc hex color red value is 136, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #88dacc hue: 0.47 , saturation: 0.53 and the lightness value of 88dacc is 0.69.

The process color (four color CMYK) of #88dacc color hex is 0.38, 0.00, 0.06, 0.15. Web safe color of #88dacc is #99cccc. Color #88dacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011010 11001100
Octal 210 332 314
Decimal 136 218 204
Hex 88 DA CC

RGB Percentages of Color #88dacc

%24.37
%39.07
%36.56

CMYK Percentages of Color #88dacc

%38
%0
%6
%15

Triadic Colors of #88dacc

#88dacc #cc88da #dacc88

Analogous Colors of #88dacc

#88dacc #88bfda #88daa3

Monochromatic Colors of #88dacc

#88dacc

Complementary Color

#88dacc #da8896

#88dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dacc Color CSS Codes

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

#88dacc Text Font Color

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

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


#88dacc Background Color

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

This div background color is #88dacc


#88dacc Border Color

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

This div border color is #88dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dacc


Comments

No comments written yet.

Please login to write comment.