Color Hex Logo

#8dd7ec Color Hex

#8DD7EC
(141,215,236)
0 Favorites   0 Comments

Color spaces of #8dd7ec

RGB 141215236
HSL0.540.710.74
HSV193°40°93°
CMYK 0.400.090.00   0.07
XYZ50.425360.319788.3421
Yxy60.31970.25330.3030
Hunter Lab77.6658-20.0221-13.0743
CIE-Lab82.0117-17.6955-17.5518

#8dd7ec color RGB value is (141,215,236).

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

The process color (four color CMYK) of #8dd7ec color hex is 0.40, 0.09, 0.00, 0.07. Web safe color of #8dd7ec is #99ccff. Color #8dd7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010111 11101100
Octal 215 327 354
Decimal 141 215 236
Hex 8D D7 EC

RGB Percentages of Color #8dd7ec

%23.82
%36.32
%39.86

CMYK Percentages of Color #8dd7ec

%40
%9
%0
%7

Triadic Colors of #8dd7ec

#8dd7ec #ec8dd7 #d7ec8d

Analogous Colors of #8dd7ec

#8dd7ec #8da8ec #8decd2

Monochromatic Colors of #8dd7ec

#8dd7ec

Complementary Color

#8dd7ec #eca28d

#8dd7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd7ec Color CSS Codes

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

#8dd7ec Text Font Color

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

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


#8dd7ec Background Color

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

This div background color is #8dd7ec


#8dd7ec Border Color

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

This div border color is #8dd7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd7ec


Comments

No comments written yet.

Please login to write comment.