Color Hex Logo

#8dd6df Color Hex

#8DD6DF
(141,214,223)
0 Favorites   0 Comments

Color spaces of #8dd6df

RGB 141214223
HSL0.520.560.71
HSV187°37°87°
CMYK 0.370.040.00   0.13
XYZ48.350459.083678.6680
Yxy59.08360.25980.3175
Hunter Lab76.8659-22.2346-6.8740
CIE-Lab81.3375-20.4196-11.6401

#8dd6df color RGB value is (141,214,223).

#8dd6df hex color red value is 141, green value is 214 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8dd6df hue: 0.52 , saturation: 0.56 and the lightness value of 8dd6df is 0.71.

The process color (four color CMYK) of #8dd6df color hex is 0.37, 0.04, 0.00, 0.13. Web safe color of #8dd6df is #99cccc. Color #8dd6df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010110 11011111
Octal 215 326 337
Decimal 141 214 223
Hex 8D D6 DF

RGB Percentages of Color #8dd6df

%24.39
%37.02
%38.58

CMYK Percentages of Color #8dd6df

%37
%4
%0
%13

Triadic Colors of #8dd6df

#8dd6df #df8dd6 #d6df8d

Analogous Colors of #8dd6df

#8dd6df #8daddf #8ddfbf

Monochromatic Colors of #8dd6df

#8dd6df

Complementary Color

#8dd6df #df968d

#8dd6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd6df Color CSS Codes

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

#8dd6df Text Font Color

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

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


#8dd6df Background Color

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

This div background color is #8dd6df


#8dd6df Border Color

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

This div border color is #8dd6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd6df


Comments

No comments written yet.

Please login to write comment.