Color Hex Logo

#8db7ac Color Hex

#8DB7AC
(141,183,172)
0 Favorites   0 Comments

Color spaces of #8db7ac

RGB 141183172
HSL0.460.230.64
HSV164°23°72°
CMYK 0.230.000.06   0.28
XYZ35.364442.508345.3707
Yxy42.50830.28690.3449
Hunter Lab65.1984-17.27664.3797
CIE-Lab71.2200-16.32640.9960

#8db7ac color RGB value is (141,183,172).

#8db7ac hex color red value is 141, green value is 183 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8db7ac hue: 0.46 , saturation: 0.23 and the lightness value of 8db7ac is 0.64.

The process color (four color CMYK) of #8db7ac color hex is 0.23, 0.00, 0.06, 0.28. Web safe color of #8db7ac is #99cc99. Color #8db7ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10110111 10101100
Octal 215 267 254
Decimal 141 183 172
Hex 8D B7 AC

RGB Percentages of Color #8db7ac

%28.43
%36.90
%34.68

CMYK Percentages of Color #8db7ac

%23
%0
%6
%28

Triadic Colors of #8db7ac

#8db7ac #ac8db7 #b7ac8d

Analogous Colors of #8db7ac

#8db7ac #8dadb7 #8db797

Monochromatic Colors of #8db7ac

#8db7ac

Complementary Color

#8db7ac #b78d98

#8db7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db7ac Color CSS Codes

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

#8db7ac Text Font Color

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

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


#8db7ac Background Color

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

This div background color is #8db7ac


#8db7ac Border Color

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

This div border color is #8db7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db7ac


Comments

No comments written yet.

Please login to write comment.