Color Hex Logo

#8ed1cf Color Hex

#8ED1CF
(142,209,207)
0 Favorites   0 Comments

Color spaces of #8ed1cf

RGB 142209207
HSL0.500.420.69
HSV178°32°82°
CMYK 0.320.000.01   0.18
XYZ45.218355.856767.4297
Yxy55.85670.26840.3315
Hunter Lab74.7373-22.7926-1.1766
CIE-Lab79.5322-21.4497-5.7642

#8ed1cf color RGB value is (142,209,207).

#8ed1cf hex color red value is 142, green value is 209 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8ed1cf hue: 0.50 , saturation: 0.42 and the lightness value of 8ed1cf is 0.69.

The process color (four color CMYK) of #8ed1cf color hex is 0.32, 0.00, 0.01, 0.18. Web safe color of #8ed1cf is #99cccc. Color #8ed1cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010001 11001111
Octal 216 321 317
Decimal 142 209 207
Hex 8E D1 CF

RGB Percentages of Color #8ed1cf

%25.45
%37.46
%37.10

CMYK Percentages of Color #8ed1cf

%32
%0
%1
%18

Triadic Colors of #8ed1cf

#8ed1cf #cf8ed1 #d1cf8e

Analogous Colors of #8ed1cf

#8ed1cf #8eb2d1 #8ed1ae

Monochromatic Colors of #8ed1cf

#8ed1cf

Complementary Color

#8ed1cf #d18e90

#8ed1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed1cf Color CSS Codes

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

#8ed1cf Text Font Color

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

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


#8ed1cf Background Color

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

This div background color is #8ed1cf


#8ed1cf Border Color

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

This div border color is #8ed1cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,209,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ed1cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ed1cf;
  -webkit-box-shadow: 1px 1px 3px 2px #8ed1cf;
  box-shadow:         1px 1px 3px 2px #8ed1cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,209,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed1cf


Comments

No comments written yet.

Please login to write comment.