Color Hex Logo

#8defad Color Hex

#8DEFAD
(141,239,173)
0 Favorites   0 Comments

Color spaces of #8defad

RGB 141239173
HSL0.390.750.75
HSV140°41°94°
CMYK 0.410.000.28   0.06
XYZ49.393870.412950.5229
Yxy70.41290.29000.4134
Hunter Lab83.9124-41.775323.0407
CIE-Lab87.1990-42.833723.0930

#8defad color RGB value is (141,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101111 10101101
Octal 215 357 255
Decimal 141 239 173
Hex 8D EF AD

RGB Percentages of Color #8defad

%25.50
%43.22
%31.28

CMYK Percentages of Color #8defad

%41
%0
%28
%6

Triadic Colors of #8defad

#8defad #ad8def #efad8d

Analogous Colors of #8defad

#8defad #8defde #9eef8d

Monochromatic Colors of #8defad

#8defad

Complementary Color

#8defad #ef8dcf

#8defad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8defad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8defad Color CSS Codes

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

#8defad Text Font Color

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

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


#8defad Background Color

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

This div background color is #8defad


#8defad Border Color

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

This div border color is #8defad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8defad


Comments

No comments written yet.

Please login to write comment.