Color Hex Logo

#8db7ad Color Hex

#8DB7AD
(141,183,173)
0 Favorites   0 Comments

Color spaces of #8db7ad

RGB 141183173
HSL0.460.230.64
HSV166°23°72°
CMYK 0.230.000.05   0.28
XYZ35.460842.546845.8785
Yxy42.54680.28620.3434
Hunter Lab65.2279-17.10833.9575
CIE-Lab71.2463-16.11340.4862

#8db7ad color RGB value is (141,183,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10110111 10101101
Octal 215 267 255
Decimal 141 183 173
Hex 8D B7 AD

RGB Percentages of Color #8db7ad

%28.37
%36.82
%34.81

CMYK Percentages of Color #8db7ad

%23
%0
%5
%28

Triadic Colors of #8db7ad

#8db7ad #ad8db7 #b7ad8d

Analogous Colors of #8db7ad

#8db7ad #8dacb7 #8db798

Monochromatic Colors of #8db7ad

#8db7ad

Complementary Color

#8db7ad #b78d97

#8db7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db7ad Color CSS Codes

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

#8db7ad Text Font Color

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

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


#8db7ad Background Color

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

This div background color is #8db7ad


#8db7ad Border Color

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

This div border color is #8db7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db7ad


Comments

No comments written yet.

Please login to write comment.