Color Hex Logo

#8dbeac Color Hex

#8DBEAC
(141,190,172)
0 Favorites   0 Comments

Color spaces of #8dbeac

RGB 141190172
HSL0.440.270.65
HSV158°26°75°
CMYK 0.260.000.09   0.25
XYZ36.844445.468245.8641
Yxy45.46820.28750.3547
Hunter Lab67.4301-20.46876.8737
CIE-Lab73.1991-19.90893.8688

#8dbeac color RGB value is (141,190,172).

#8dbeac hex color red value is 141, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8dbeac hue: 0.44 , saturation: 0.27 and the lightness value of 8dbeac is 0.65.

The process color (four color CMYK) of #8dbeac color hex is 0.26, 0.00, 0.09, 0.25. Web safe color of #8dbeac is #99cc99. Color #8dbeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111110 10101100
Octal 215 276 254
Decimal 141 190 172
Hex 8D BE AC

RGB Percentages of Color #8dbeac

%28.03
%37.77
%34.19

CMYK Percentages of Color #8dbeac

%26
%0
%9
%25

Triadic Colors of #8dbeac

#8dbeac #ac8dbe #beac8d

Analogous Colors of #8dbeac

#8dbeac #8db8be #8dbe94

Monochromatic Colors of #8dbeac

#8dbeac

Complementary Color

#8dbeac #be8d9f

#8dbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbeac Color CSS Codes

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

#8dbeac Text Font Color

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

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


#8dbeac Background Color

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

This div background color is #8dbeac


#8dbeac Border Color

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

This div border color is #8dbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbeac


Comments

No comments written yet.

Please login to write comment.