Color Hex Logo

#8dca9f Color Hex

#8DCA9F
(141,202,159)
0 Favorites   0 Comments

Color spaces of #8dca9f

RGB 141202159
HSL0.380.370.67
HSV138°30°79°
CMYK 0.300.000.21   0.21
XYZ38.363050.407040.5085
Yxy50.40700.29670.3899
Hunter Lab70.9979-27.795615.8701
CIE-Lab76.3184-28.412615.3256

#8dca9f color RGB value is (141,202,159).

#8dca9f hex color red value is 141, green value is 202 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #8dca9f hue: 0.38 , saturation: 0.37 and the lightness value of 8dca9f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001010 10011111
Octal 215 312 237
Decimal 141 202 159
Hex 8D CA 9F

RGB Percentages of Color #8dca9f

%28.09
%40.24
%31.67

CMYK Percentages of Color #8dca9f

%30
%0
%21
%21

Triadic Colors of #8dca9f

#8dca9f #9f8dca #ca9f8d

Analogous Colors of #8dca9f

#8dca9f #8dcabe #9aca8d

Monochromatic Colors of #8dca9f

#8dca9f

Complementary Color

#8dca9f #ca8db8

#8dca9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dca9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dca9f Color CSS Codes

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

#8dca9f Text Font Color

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

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


#8dca9f Background Color

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

This div background color is #8dca9f


#8dca9f Border Color

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

This div border color is #8dca9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,202,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dca9f


Comments

No comments written yet.

Please login to write comment.