Color Hex Logo

#8dfaad Color Hex

#8DFAAD
(141,250,173)
0 Favorites   0 Comments

Color spaces of #8dfaad

RGB 141250173
HSL0.380.920.77
HSV138°44°98°
CMYK 0.440.000.31   0.02
XYZ52.712977.051151.6292
Yxy77.05110.29060.4248
Hunter Lab87.7788-46.420026.5723
CIE-Lab90.3451-47.585127.3954

#8dfaad color RGB value is (141,250,173).

#8dfaad hex color red value is 141, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8dfaad hue: 0.38 , saturation: 0.92 and the lightness value of 8dfaad is 0.77.

The process color (four color CMYK) of #8dfaad color hex is 0.44, 0.00, 0.31, 0.02. Web safe color of #8dfaad is #99ff99. Color #8dfaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11111010 10101101
Octal 215 372 255
Decimal 141 250 173
Hex 8D FA AD

RGB Percentages of Color #8dfaad

%25.00
%44.33
%30.67

CMYK Percentages of Color #8dfaad

%44
%0
%31
%2

Triadic Colors of #8dfaad

#8dfaad #ad8dfa #faad8d

Analogous Colors of #8dfaad

#8dfaad #8dfae4 #a4fa8d

Monochromatic Colors of #8dfaad

#8dfaad

Complementary Color

#8dfaad #fa8dda

#8dfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dfaad Color CSS Codes

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

#8dfaad Text Font Color

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

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


#8dfaad Background Color

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

This div background color is #8dfaad


#8dfaad Border Color

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

This div border color is #8dfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dfaad


Comments

No comments written yet.

Please login to write comment.