Color Hex Logo

#8edfcc Color Hex

#8EDFCC
(142,223,204)
0 Favorites   0 Comments

Color spaces of #8edfcc

RGB 142223204
HSL0.460.560.72
HSV166°36°87°
CMYK 0.360.000.09   0.13
XYZ48.442162.885866.7117
Yxy62.88580.27210.3532
Hunter Lab79.3006-29.73625.6326
CIE-Lab83.3823-28.98091.4811

#8edfcc color RGB value is (142,223,204).

#8edfcc hex color red value is 142, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8edfcc hue: 0.46 , saturation: 0.56 and the lightness value of 8edfcc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011111 11001100
Octal 216 337 314
Decimal 142 223 204
Hex 8E DF CC

RGB Percentages of Color #8edfcc

%24.96
%39.19
%35.85

CMYK Percentages of Color #8edfcc

%36
%0
%9
%13

Triadic Colors of #8edfcc

#8edfcc #cc8edf #dfcc8e

Analogous Colors of #8edfcc

#8edfcc #8ecadf #8edfa4

Monochromatic Colors of #8edfcc

#8edfcc

Complementary Color

#8edfcc #df8ea1

#8edfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edfcc Color CSS Codes

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

#8edfcc Text Font Color

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

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


#8edfcc Background Color

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

This div background color is #8edfcc


#8edfcc Border Color

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

This div border color is #8edfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edfcc


Comments

No comments written yet.

Please login to write comment.