Color Hex Logo

#8eccbe Color Hex

#8ECCBE
(142,204,190)
0 Favorites   0 Comments

Color spaces of #8eccbe

RGB 142204190
HSL0.460.380.68
HSV166°30°80°
CMYK 0.300.000.07   0.20
XYZ42.042552.654256.6626
Yxy52.65420.27780.3479
Hunter Lab72.5632-23.56434.4963
CIE-Lab77.6704-22.78520.6305

#8eccbe color RGB value is (142,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001100 10111110
Octal 216 314 276
Decimal 142 204 190
Hex 8E CC BE

RGB Percentages of Color #8eccbe

%26.49
%38.06
%35.45

CMYK Percentages of Color #8eccbe

%30
%0
%7
%20

Triadic Colors of #8eccbe

#8eccbe #be8ecc #ccbe8e

Analogous Colors of #8eccbe

#8eccbe #8ebbcc #8ecc9f

Monochromatic Colors of #8eccbe

#8eccbe

Complementary Color

#8eccbe #cc8e9c

#8eccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eccbe Color CSS Codes

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

#8eccbe Text Font Color

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

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


#8eccbe Background Color

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

This div background color is #8eccbe


#8eccbe Border Color

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

This div border color is #8eccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eccbe


Comments

No comments written yet.

Please login to write comment.