Color Hex Logo

#8dceac Color Hex

#8DCEAC
(141,206,172)
0 Favorites   0 Comments

Color spaces of #8dceac

RGB 141206172
HSL0.410.400.68
HSV149°32°81°
CMYK 0.320.000.17   0.19
XYZ40.502252.783947.0833
Yxy52.78390.28850.3760
Hunter Lab72.6525-27.632112.4332
CIE-Lab77.7472-27.826910.3935

#8dceac color RGB value is (141,206,172).

#8dceac hex color red value is 141, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8dceac hue: 0.41 , saturation: 0.40 and the lightness value of 8dceac is 0.68.

The process color (four color CMYK) of #8dceac color hex is 0.32, 0.00, 0.17, 0.19. Web safe color of #8dceac is #99cc99. Color #8dceac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001110 10101100
Octal 215 316 254
Decimal 141 206 172
Hex 8D CE AC

RGB Percentages of Color #8dceac

%27.17
%39.69
%33.14

CMYK Percentages of Color #8dceac

%32
%0
%17
%19

Triadic Colors of #8dceac

#8dceac #ac8dce #ceac8d

Analogous Colors of #8dceac

#8dceac #8dcecd #8fce8d

Monochromatic Colors of #8dceac

#8dceac

Complementary Color

#8dceac #ce8daf

#8dceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dceac Color CSS Codes

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

#8dceac Text Font Color

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

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


#8dceac Background Color

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

This div background color is #8dceac


#8dceac Border Color

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

This div border color is #8dceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dceac


Comments

No comments written yet.

Please login to write comment.