Color Hex Logo

#8ecebc Color Hex

#8ECEBC
(142,206,188)
0 Favorites   0 Comments

Color spaces of #8ecebc

RGB 142206188
HSL0.450.400.68
HSV163°31°81°
CMYK 0.310.000.09   0.19
XYZ42.303753.524255.6785
Yxy53.52420.27920.3533
Hunter Lab73.1602-24.81576.0896
CIE-Lab78.1835-24.20952.4519

#8ecebc color RGB value is (142,206,188).

#8ecebc hex color red value is 142, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8ecebc hue: 0.45 , saturation: 0.40 and the lightness value of 8ecebc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001110 10111100
Octal 216 316 274
Decimal 142 206 188
Hex 8E CE BC

RGB Percentages of Color #8ecebc

%26.49
%38.43
%35.07

CMYK Percentages of Color #8ecebc

%31
%0
%9
%19

Triadic Colors of #8ecebc

#8ecebc #bc8ece #cebc8e

Analogous Colors of #8ecebc

#8ecebc #8ec0ce #8ece9c

Monochromatic Colors of #8ecebc

#8ecebc

Complementary Color

#8ecebc #ce8ea0

#8ecebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecebc Color CSS Codes

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

#8ecebc Text Font Color

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

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


#8ecebc Background Color

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

This div background color is #8ecebc


#8ecebc Border Color

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

This div border color is #8ecebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecebc


Comments

No comments written yet.

Please login to write comment.