Color Hex Logo

#8dbead Color Hex

#8DBEAD
(141,190,173)
0 Favorites   0 Comments

Color spaces of #8dbead

RGB 141190173
HSL0.440.270.65
HSV159°26°75°
CMYK 0.260.000.09   0.25
XYZ36.940845.506846.3719
Yxy45.50680.28680.3533
Hunter Lab67.4587-20.30516.4645
CIE-Lab73.2244-19.70003.3611

#8dbead color RGB value is (141,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111110 10101101
Octal 215 276 255
Decimal 141 190 173
Hex 8D BE AD

RGB Percentages of Color #8dbead

%27.98
%37.70
%34.33

CMYK Percentages of Color #8dbead

%26
%0
%9
%25

Triadic Colors of #8dbead

#8dbead #ad8dbe #bead8d

Analogous Colors of #8dbead

#8dbead #8db7be #8dbe95

Monochromatic Colors of #8dbead

#8dbead

Complementary Color

#8dbead #be8d9e

#8dbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbead Color CSS Codes

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

#8dbead Text Font Color

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

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


#8dbead Background Color

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

This div background color is #8dbead


#8dbead Border Color

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

This div border color is #8dbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbead


Comments

No comments written yet.

Please login to write comment.