Color Hex Logo

#88dac3 Color Hex

#88DAC3
(136,218,195)
0 Favorites   0 Comments

Color spaces of #88dac3

RGB 136218195
HSL0.450.530.69
HSV163°38°85°
CMYK 0.380.000.11   0.15
XYZ45.075159.317260.7034
Yxy59.31720.27300.3593
Hunter Lab77.0177-30.31267.1815
CIE-Lab81.4656-30.19603.4375

#88dac3 color RGB value is (136,218,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011010 11000011
Octal 210 332 303
Decimal 136 218 195
Hex 88 DA C3

RGB Percentages of Color #88dac3

%24.77
%39.71
%35.52

CMYK Percentages of Color #88dac3

%38
%0
%11
%15

Triadic Colors of #88dac3

#88dac3 #c388da #dac388

Analogous Colors of #88dac3

#88dac3 #88c8da #88da9a

Monochromatic Colors of #88dac3

#88dac3

Complementary Color

#88dac3 #da889f

#88dac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dac3 Color CSS Codes

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

#88dac3 Text Font Color

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

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


#88dac3 Background Color

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

This div background color is #88dac3


#88dac3 Border Color

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

This div border color is #88dac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dac3


Comments

No comments written yet.

Please login to write comment.