Color Hex Logo

#8dddae Color Hex

#8DDDAE
(141,221,174)
0 Favorites   0 Comments

Color spaces of #8dddae

RGB 141221174
HSL0.400.540.71
HSV145°36°87°
CMYK 0.360.000.21   0.13
XYZ44.480960.431649.3645
Yxy60.43160.28830.3917
Hunter Lab77.7378-33.904916.7665
CIE-Lab82.0722-34.531515.4463

#8dddae color RGB value is (141,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011101 10101110
Octal 215 335 256
Decimal 141 221 174
Hex 8D DD AE

RGB Percentages of Color #8dddae

%26.31
%41.23
%32.46

CMYK Percentages of Color #8dddae

%36
%0
%21
%13

Triadic Colors of #8dddae

#8dddae #ae8ddd #ddae8d

Analogous Colors of #8dddae

#8dddae #8dddd6 #94dd8d

Monochromatic Colors of #8dddae

#8dddae

Complementary Color

#8dddae #dd8dbc

#8dddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dddae Color CSS Codes

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

#8dddae Text Font Color

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

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


#8dddae Background Color

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

This div background color is #8dddae


#8dddae Border Color

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

This div border color is #8dddae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,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 #8dddae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dddae


Comments

No comments written yet.

Please login to write comment.