Color Hex Logo

#8dd7df Color Hex

#8DD7DF
(141,215,223)
0 Favorites   0 Comments

Color spaces of #8dd7df

RGB 141215223
HSL0.520.560.71
HSV186°37°87°
CMYK 0.370.040.00   0.13
XYZ48.604259.591378.7526
Yxy59.59130.26000.3188
Hunter Lab77.1954-22.7038-6.4492
CIE-Lab81.6155-20.9207-11.2251

#8dd7df color RGB value is (141,215,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010111 11011111
Octal 215 327 337
Decimal 141 215 223
Hex 8D D7 DF

RGB Percentages of Color #8dd7df

%24.35
%37.13
%38.51

CMYK Percentages of Color #8dd7df

%37
%4
%0
%13

Triadic Colors of #8dd7df

#8dd7df #df8dd7 #d7df8d

Analogous Colors of #8dd7df

#8dd7df #8daedf #8ddfbe

Monochromatic Colors of #8dd7df

#8dd7df

Complementary Color

#8dd7df #df958d

#8dd7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd7df Color CSS Codes

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

#8dd7df Text Font Color

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

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


#8dd7df Background Color

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

This div background color is #8dd7df


#8dd7df Border Color

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

This div border color is #8dd7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd7df


Comments

No comments written yet.

Please login to write comment.