Color Hex Logo

#88dacf Color Hex

#88DACF
(136,218,207)
0 Favorites   0 Comments

Color spaces of #88dacf

RGB 136218207
HSL0.480.530.69
HSV172°38°85°
CMYK 0.380.000.05   0.15
XYZ46.487259.882068.1397
Yxy59.88200.26640.3431
Hunter Lab77.3835-28.18931.9608
CIE-Lab81.7740-27.4952-2.4952

#88dacf color RGB value is (136,218,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011010 11001111
Octal 210 332 317
Decimal 136 218 207
Hex 88 DA CF

RGB Percentages of Color #88dacf

%24.24
%38.86
%36.90

CMYK Percentages of Color #88dacf

%38
%0
%5
%15

Triadic Colors of #88dacf

#88dacf #cf88da #dacf88

Analogous Colors of #88dacf

#88dacf #88bcda #88daa6

Monochromatic Colors of #88dacf

#88dacf

Complementary Color

#88dacf #da8893

#88dacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dacf Color CSS Codes

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

#88dacf Text Font Color

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

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


#88dacf Background Color

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

This div background color is #88dacf


#88dacf Border Color

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

This div border color is #88dacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dacf


Comments

No comments written yet.

Please login to write comment.