Color Hex Logo

#8bd9ad Color Hex

#8BD9AD
(139,217,173)
0 Favorites   0 Comments

Color spaces of #8bd9ad

RGB 139217173
HSL0.410.510.70
HSV146°36°85°
CMYK 0.360.000.20   0.15
XYZ43.003158.131848.4892
Yxy58.13180.28740.3885
Hunter Lab76.2442-32.750215.6642
CIE-Lab80.8120-33.447114.1870

#8bd9ad color RGB value is (139,217,173).

#8bd9ad hex color red value is 139, green value is 217 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8bd9ad hue: 0.41 , saturation: 0.51 and the lightness value of 8bd9ad is 0.70.

The process color (four color CMYK) of #8bd9ad color hex is 0.36, 0.00, 0.20, 0.15. Web safe color of #8bd9ad is #99cc99. Color #8bd9ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011001 10101101
Octal 213 331 255
Decimal 139 217 173
Hex 8B D9 AD

RGB Percentages of Color #8bd9ad

%26.28
%41.02
%32.70

CMYK Percentages of Color #8bd9ad

%36
%0
%20
%15

Triadic Colors of #8bd9ad

#8bd9ad #ad8bd9 #d9ad8b

Analogous Colors of #8bd9ad

#8bd9ad #8bd9d4 #90d98b

Monochromatic Colors of #8bd9ad

#8bd9ad

Complementary Color

#8bd9ad #d98bb7

#8bd9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bd9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bd9ad Color CSS Codes

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

#8bd9ad Text Font Color

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

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


#8bd9ad Background Color

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

This div background color is #8bd9ad


#8bd9ad Border Color

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

This div border color is #8bd9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bd9ad


Comments

No comments written yet.

Please login to write comment.