Color Hex Logo

#8edcbf Color Hex

#8EDCBF
(142,220,191)
0 Favorites   0 Comments

Color spaces of #8edcbf

RGB 142220191
HSL0.440.530.71
HSV158°35°86°
CMYK 0.350.000.13   0.14
XYZ46.152560.698858.5738
Yxy60.69880.27900.3669
Hunter Lab77.9094-30.60059.9613
CIE-Lab82.2166-30.35056.6800

#8edcbf color RGB value is (142,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011100 10111111
Octal 216 334 277
Decimal 142 220 191
Hex 8E DC BF

RGB Percentages of Color #8edcbf

%25.68
%39.78
%34.54

CMYK Percentages of Color #8edcbf

%35
%0
%13
%14

Triadic Colors of #8edcbf

#8edcbf #bf8edc #dcbf8e

Analogous Colors of #8edcbf

#8edcbf #8ed2dc #8edc98

Monochromatic Colors of #8edcbf

#8edcbf

Complementary Color

#8edcbf #dc8eab

#8edcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edcbf Color CSS Codes

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

#8edcbf Text Font Color

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

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


#8edcbf Background Color

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

This div background color is #8edcbf


#8edcbf Border Color

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

This div border color is #8edcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edcbf


Comments

No comments written yet.

Please login to write comment.