Color Hex Logo

#8edbcb Color Hex

#8EDBCB
(142,219,203)
1 Favorites   0 Comments

Color spaces of #8edbcb

RGB 142219203
HSL0.470.520.71
HSV168°35°86°
CMYK 0.350.000.07   0.14
XYZ47.266360.725665.7299
Yxy60.72560.27210.3496
Hunter Lab77.9266-28.10274.5385
CIE-Lab82.2310-27.27650.3336

#8edbcb color RGB value is (142,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011011 11001011
Octal 216 333 313
Decimal 142 219 203
Hex 8E DB CB

RGB Percentages of Color #8edbcb

%25.18
%38.83
%35.99

CMYK Percentages of Color #8edbcb

%35
%0
%7
%14

Triadic Colors of #8edbcb

#8edbcb #cb8edb #dbcb8e

Analogous Colors of #8edbcb

#8edbcb #8ec5db #8edba5

Monochromatic Colors of #8edbcb

#8edbcb

Complementary Color

#8edbcb #db8e9e

#8edbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edbcb Color CSS Codes

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

#8edbcb Text Font Color

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

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


#8edbcb Background Color

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

This div background color is #8edbcb


#8edbcb Border Color

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

This div border color is #8edbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edbcb

#8edbcb Color Palettes


Comments

No comments written yet.

Please login to write comment.