Color Hex Logo

#8dcca3 Color Hex

#8DCCA3
(141,204,163)
0 Favorites   0 Comments

Color spaces of #8dcca3

RGB 141204163
HSL0.390.380.68
HSV141°31°80°
CMYK 0.310.000.20   0.20
XYZ39.188251.492842.5240
Yxy51.49280.29420.3866
Hunter Lab71.7585-28.096315.0957
CIE-Lab76.9766-28.618814.1132

#8dcca3 color RGB value is (141,204,163).

#8dcca3 hex color red value is 141, green value is 204 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #8dcca3 hue: 0.39 , saturation: 0.38 and the lightness value of 8dcca3 is 0.68.

The process color (four color CMYK) of #8dcca3 color hex is 0.31, 0.00, 0.20, 0.20. Web safe color of #8dcca3 is #99cc99. Color #8dcca3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001100 10100011
Octal 215 314 243
Decimal 141 204 163
Hex 8D CC A3

RGB Percentages of Color #8dcca3

%27.76
%40.16
%32.09

CMYK Percentages of Color #8dcca3

%31
%0
%20
%20

Triadic Colors of #8dcca3

#8dcca3 #a38dcc #cca38d

Analogous Colors of #8dcca3

#8dcca3 #8dccc3 #97cc8d

Monochromatic Colors of #8dcca3

#8dcca3

Complementary Color

#8dcca3 #cc8db6

#8dcca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcca3 Color CSS Codes

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

#8dcca3 Text Font Color

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

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


#8dcca3 Background Color

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

This div background color is #8dcca3


#8dcca3 Border Color

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

This div border color is #8dcca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcca3


Comments

No comments written yet.

Please login to write comment.