Color Hex Logo

#88dfa1 Color Hex

#88DFA1
(136,223,161)
0 Favorites   0 Comments

Color spaces of #88dfa1

RGB 136223161
HSL0.380.580.70
HSV137°39°87°
CMYK 0.390.000.28   0.13
XYZ42.974060.582843.1469
Yxy60.58280.29290.4130
Hunter Lab77.8350-37.658321.6177
CIE-Lab82.1539-39.317922.3294

#88dfa1 color RGB value is (136,223,161).

#88dfa1 hex color red value is 136, green value is 223 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #88dfa1 hue: 0.38 , saturation: 0.58 and the lightness value of 88dfa1 is 0.70.

The process color (four color CMYK) of #88dfa1 color hex is 0.39, 0.00, 0.28, 0.13. Web safe color of #88dfa1 is #99cc99. Color #88dfa1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011111 10100001
Octal 210 337 241
Decimal 136 223 161
Hex 88 DF A1

RGB Percentages of Color #88dfa1

%26.15
%42.88
%30.96

CMYK Percentages of Color #88dfa1

%39
%0
%28
%13

Triadic Colors of #88dfa1

#88dfa1 #a188df #dfa188

Analogous Colors of #88dfa1

#88dfa1 #88dfcd #9bdf88

Monochromatic Colors of #88dfa1

#88dfa1

Complementary Color

#88dfa1 #df88c6

#88dfa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dfa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dfa1 Color CSS Codes

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

#88dfa1 Text Font Color

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

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


#88dfa1 Background Color

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

This div background color is #88dfa1


#88dfa1 Border Color

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

This div border color is #88dfa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dfa1


Comments

No comments written yet.

Please login to write comment.