Color Hex Logo

#8deaad Color Hex

#8DEAAD
(141,234,173)
0 Favorites   0 Comments

Color spaces of #8deaad

RGB 141234173
HSL0.390.690.74
HSV141°40°92°
CMYK 0.400.000.26   0.08
XYZ47.950167.525550.0416
Yxy67.52550.28970.4080
Hunter Lab82.1739-39.646021.4158
CIE-Lab85.7686-40.623721.1201

#8deaad color RGB value is (141,234,173).

#8deaad hex color red value is 141, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8deaad hue: 0.39 , saturation: 0.69 and the lightness value of 8deaad is 0.74.

The process color (four color CMYK) of #8deaad color hex is 0.40, 0.00, 0.26, 0.08. Web safe color of #8deaad is #99ff99. Color #8deaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101010 10101101
Octal 215 352 255
Decimal 141 234 173
Hex 8D EA AD

RGB Percentages of Color #8deaad

%25.73
%42.70
%31.57

CMYK Percentages of Color #8deaad

%40
%0
%26
%8

Triadic Colors of #8deaad

#8deaad #ad8dea #eaad8d

Analogous Colors of #8deaad

#8deaad #8deadc #9cea8d

Monochromatic Colors of #8deaad

#8deaad

Complementary Color

#8deaad #ea8dca

#8deaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8deaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8deaad Color CSS Codes

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

#8deaad Text Font Color

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

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


#8deaad Background Color

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

This div background color is #8deaad


#8deaad Border Color

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

This div border color is #8deaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8deaad


Comments

No comments written yet.

Please login to write comment.