Color Hex Logo

#8cddae Color Hex

#8CDDAE
(140,221,174)
0 Favorites   0 Comments

Color spaces of #8cddae

RGB 140221174
HSL0.400.540.71
HSV145°37°87°
CMYK 0.370.000.21   0.13
XYZ44.311660.344349.3566
Yxy60.34430.28770.3918
Hunter Lab77.6816-34.121716.7060
CIE-Lab82.0250-34.821015.3730

#8cddae color RGB value is (140,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 10101110
Octal 214 335 256
Decimal 140 221 174
Hex 8C DD AE

RGB Percentages of Color #8cddae

%26.17
%41.31
%32.52

CMYK Percentages of Color #8cddae

%37
%0
%21
%13

Triadic Colors of #8cddae

#8cddae #ae8cdd #ddae8c

Analogous Colors of #8cddae

#8cddae #8cddd7 #93dd8c

Monochromatic Colors of #8cddae

#8cddae

Complementary Color

#8cddae #dd8cbb

#8cddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cddae Color CSS Codes

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

#8cddae Text Font Color

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

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


#8cddae Background Color

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

This div background color is #8cddae


#8cddae Border Color

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

This div border color is #8cddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cddae


Comments

No comments written yet.

Please login to write comment.