Color Hex Logo

#8cddaa Color Hex

#8CDDAA
(140,221,170)
0 Favorites   0 Comments

Color spaces of #8cddaa

RGB 140221170
HSL0.400.540.71
HSV142°37°87°
CMYK 0.370.000.23   0.13
XYZ43.927460.190647.3329
Yxy60.19060.29000.3974
Hunter Lab77.5826-34.702618.1352
CIE-Lab81.9417-35.585717.3586

#8cddaa color RGB value is (140,221,170).

#8cddaa hex color red value is 140, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8cddaa hue: 0.40 , saturation: 0.54 and the lightness value of 8cddaa is 0.71.

The process color (four color CMYK) of #8cddaa color hex is 0.37, 0.00, 0.23, 0.13. Web safe color of #8cddaa is #99cc99. Color #8cddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 10101010
Octal 214 335 252
Decimal 140 221 170
Hex 8C DD AA

RGB Percentages of Color #8cddaa

%26.37
%41.62
%32.02

CMYK Percentages of Color #8cddaa

%37
%0
%23
%13

Triadic Colors of #8cddaa

#8cddaa #aa8cdd #ddaa8c

Analogous Colors of #8cddaa

#8cddaa #8cddd3 #97dd8c

Monochromatic Colors of #8cddaa

#8cddaa

Complementary Color

#8cddaa #dd8cbf

#8cddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cddaa Color CSS Codes

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

#8cddaa Text Font Color

<p style="color:#8cddaa">Text here</p>

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


#8cddaa Background Color

<div style="background-color:#8cddaa">
Div content here</div>

This div background color is #8cddaa


#8cddaa Border Color

<div style="border:3px solid #8cddaa">
Div here</div>

This div border color is #8cddaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,221,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cddaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cddaa;
  -webkit-box-shadow: 1px 1px 3px 2px #8cddaa;
  box-shadow:         1px 1px 3px 2px #8cddaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,221,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cddaa


Comments

No comments written yet.

Please login to write comment.