Color Hex Logo

#8ecbb4 Color Hex

#8ECBB4
(142,203,180)
0 Favorites   0 Comments

Color spaces of #8ecbb4

RGB 142203180
HSL0.440.370.68
HSV157°30°80°
CMYK 0.300.000.11   0.20
XYZ40.749551.757951.0226
Yxy51.75790.28390.3606
Hunter Lab71.9430-24.79538.3111
CIE-Lab77.1358-24.42745.2340

#8ecbb4 color RGB value is (142,203,180).

#8ecbb4 hex color red value is 142, green value is 203 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #8ecbb4 hue: 0.44 , saturation: 0.37 and the lightness value of 8ecbb4 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001011 10110100
Octal 216 313 264
Decimal 142 203 180
Hex 8E CB B4

RGB Percentages of Color #8ecbb4

%27.05
%38.67
%34.29

CMYK Percentages of Color #8ecbb4

%30
%0
%11
%20

Triadic Colors of #8ecbb4

#8ecbb4 #b48ecb #cbb48e

Analogous Colors of #8ecbb4

#8ecbb4 #8ec4cb #8ecb96

Monochromatic Colors of #8ecbb4

#8ecbb4

Complementary Color

#8ecbb4 #cb8ea5

#8ecbb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecbb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecbb4 Color CSS Codes

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

#8ecbb4 Text Font Color

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

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


#8ecbb4 Background Color

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

This div background color is #8ecbb4


#8ecbb4 Border Color

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

This div border color is #8ecbb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecbb4


Comments

No comments written yet.

Please login to write comment.