Color Hex Logo

#8dbcaa Color Hex

#8DBCAA
(141,188,170)
0 Favorites   0 Comments

Color spaces of #8dbcaa

RGB 141188170
HSL0.440.260.65
HSV157°25°74°
CMYK 0.250.000.10   0.26
XYZ36.223444.531444.7165
Yxy44.53140.28870.3549
Hunter Lab66.7319-19.88736.9825
CIE-Lab72.5823-19.30994.0663

#8dbcaa color RGB value is (141,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111100 10101010
Octal 215 274 252
Decimal 141 188 170
Hex 8D BC AA

RGB Percentages of Color #8dbcaa

%28.26
%37.68
%34.07

CMYK Percentages of Color #8dbcaa

%25
%0
%10
%26

Triadic Colors of #8dbcaa

#8dbcaa #aa8dbc #bcaa8d

Analogous Colors of #8dbcaa

#8dbcaa #8db7bc #8dbc93

Monochromatic Colors of #8dbcaa

#8dbcaa

Complementary Color

#8dbcaa #bc8d9f

#8dbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbcaa Color CSS Codes

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

#8dbcaa Text Font Color

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

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


#8dbcaa Background Color

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

This div background color is #8dbcaa


#8dbcaa Border Color

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

This div border color is #8dbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbcaa

#8dbcaa Color Palettes


Comments

No comments written yet.

Please login to write comment.