Color Hex Logo

#8dfadd Color Hex

#8DFADD
(141,250,221)
0 Favorites   0 Comments

Color spaces of #8dfadd

RGB 141250221
HSL0.460.920.77
HSV164°44°98°
CMYK 0.440.000.12   0.02
XYZ58.221379.254480.6357
Yxy79.25440.26690.3634
Hunter Lab89.0249-39.05678.6146
CIE-Lab91.3493-38.07544.1375

#8dfadd color RGB value is (141,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11111010 11011101
Octal 215 372 335
Decimal 141 250 221
Hex 8D FA DD

RGB Percentages of Color #8dfadd

%23.04
%40.85
%36.11

CMYK Percentages of Color #8dfadd

%44
%0
%12
%2

Triadic Colors of #8dfadd

#8dfadd #dd8dfa #fadd8d

Analogous Colors of #8dfadd

#8dfadd #8de1fa #8dfaa7

Monochromatic Colors of #8dfadd

#8dfadd

Complementary Color

#8dfadd #fa8daa

#8dfadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dfadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dfadd Color CSS Codes

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

#8dfadd Text Font Color

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

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


#8dfadd Background Color

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

This div background color is #8dfadd


#8dfadd Border Color

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

This div border color is #8dfadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,250,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8dfadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dfadd


Comments

No comments written yet.

Please login to write comment.