Color Hex Logo

#8dfadb Color Hex

#8DFADB
(141,250,219)
0 Favorites   0 Comments

Color spaces of #8dfadb

RGB 141250219
HSL0.450.920.77
HSV163°44°98°
CMYK 0.440.000.12   0.02
XYZ57.956379.148479.2404
Yxy79.14840.26790.3658
Hunter Lab88.9654-39.40609.4669
CIE-Lab91.3014-38.51435.1047

#8dfadb color RGB value is (141,250,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11111010 11011011
Octal 215 372 333
Decimal 141 250 219
Hex 8D FA DB

RGB Percentages of Color #8dfadb

%23.11
%40.98
%35.90

CMYK Percentages of Color #8dfadb

%44
%0
%12
%2

Triadic Colors of #8dfadb

#8dfadb #db8dfa #fadb8d

Analogous Colors of #8dfadb

#8dfadb #8de3fa #8dfaa5

Monochromatic Colors of #8dfadb

#8dfadb

Complementary Color

#8dfadb #fa8dac

#8dfadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dfadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dfadb Color CSS Codes

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

#8dfadb Text Font Color

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

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


#8dfadb Background Color

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

This div background color is #8dfadb


#8dfadb Border Color

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

This div border color is #8dfadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dfadb


Comments

No comments written yet.

Please login to write comment.