Color Hex Logo

#8edcde Color Hex

#8EDCDE
(142,220,222)
0 Favorites   0 Comments

Color spaces of #8edcde

RGB 142220222
HSL0.500.550.71
HSV182°36°87°
CMYK 0.360.010.00   0.13
XYZ49.933362.211178.4834
Yxy62.21110.26190.3263
Hunter Lab78.8740-25.0253-3.7846
CIE-Lab83.0256-23.3865-8.5892

#8edcde color RGB value is (142,220,222).

#8edcde hex color red value is 142, green value is 220 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8edcde hue: 0.50 , saturation: 0.55 and the lightness value of 8edcde is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011100 11011110
Octal 216 334 336
Decimal 142 220 222
Hex 8E DC DE

RGB Percentages of Color #8edcde

%24.32
%37.67
%38.01

CMYK Percentages of Color #8edcde

%36
%1
%0
%13

Triadic Colors of #8edcde

#8edcde #de8edc #dcde8e

Analogous Colors of #8edcde

#8edcde #8eb4de #8edeb8

Monochromatic Colors of #8edcde

#8edcde

Complementary Color

#8edcde #de908e

#8edcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edcde Color CSS Codes

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

#8edcde Text Font Color

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

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


#8edcde Background Color

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

This div background color is #8edcde


#8edcde Border Color

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

This div border color is #8edcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edcde


Comments

No comments written yet.

Please login to write comment.