Color Hex Logo

#8dfaed Color Hex

#8DFAED
(141,250,237)
0 Favorites   0 Comments

Color spaces of #8dfaed

RGB 141250237
HSL0.480.920.77
HSV173°44°98°
CMYK 0.440.000.05   0.02
XYZ60.456280.148492.4046
Yxy80.14840.25950.3440
Hunter Lab89.5256-36.12971.4713
CIE-Lab91.7514-34.4434-3.5757

#8dfaed color RGB value is (141,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11111010 11101101
Octal 215 372 355
Decimal 141 250 237
Hex 8D FA ED

RGB Percentages of Color #8dfaed

%22.45
%39.81
%37.74

CMYK Percentages of Color #8dfaed

%44
%0
%5
%2

Triadic Colors of #8dfaed

#8dfaed #ed8dfa #faed8d

Analogous Colors of #8dfaed

#8dfaed #8dd1fa #8dfab7

Monochromatic Colors of #8dfaed

#8dfaed

Complementary Color

#8dfaed #fa8d9a

#8dfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dfaed Color CSS Codes

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

#8dfaed Text Font Color

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

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


#8dfaed Background Color

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

This div background color is #8dfaed


#8dfaed Border Color

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

This div border color is #8dfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dfaed


Comments

No comments written yet.

Please login to write comment.