Color Hex Logo

#8edbbf Color Hex

#8EDBBF
(142,219,191)
0 Favorites   0 Comments

Color spaces of #8edbbf

RGB 142219191
HSL0.440.520.71
HSV158°35°86°
CMYK 0.350.000.13   0.14
XYZ45.890860.175458.4865
Yxy60.17540.27890.3657
Hunter Lab77.5728-30.15479.5989
CIE-Lab81.9334-29.87446.2727

#8edbbf color RGB value is (142,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011011 10111111
Octal 216 333 277
Decimal 142 219 191
Hex 8E DB BF

RGB Percentages of Color #8edbbf

%25.72
%39.67
%34.60

CMYK Percentages of Color #8edbbf

%35
%0
%13
%14

Triadic Colors of #8edbbf

#8edbbf #bf8edb #dbbf8e

Analogous Colors of #8edbbf

#8edbbf #8ed1db #8edb99

Monochromatic Colors of #8edbbf

#8edbbf

Complementary Color

#8edbbf #db8eaa

#8edbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edbbf Color CSS Codes

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

#8edbbf Text Font Color

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

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


#8edbbf Background Color

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

This div background color is #8edbbf


#8edbbf Border Color

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

This div border color is #8edbbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,219,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 #8edbbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edbbf


Comments

No comments written yet.

Please login to write comment.