Color Hex Logo

#8eedb3 Color Hex

#8EEDB3
(142,237,179)
0 Favorites   0 Comments

Color spaces of #8eedb3

RGB 142237179
HSL0.400.730.74
HSV143°40°93°
CMYK 0.400.000.24   0.07
XYZ49.576269.573853.4640
Yxy69.57380.28720.4031
Hunter Lab83.4109-39.875620.3844
CIE-Lab86.7874-40.565519.4354

#8eedb3 color RGB value is (142,237,179).

#8eedb3 hex color red value is 142, green value is 237 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #8eedb3 hue: 0.40 , saturation: 0.73 and the lightness value of 8eedb3 is 0.74.

The process color (four color CMYK) of #8eedb3 color hex is 0.40, 0.00, 0.24, 0.07. Web safe color of #8eedb3 is #99ffcc. Color #8eedb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101101 10110011
Octal 216 355 263
Decimal 142 237 179
Hex 8E ED B3

RGB Percentages of Color #8eedb3

%25.45
%42.47
%32.08

CMYK Percentages of Color #8eedb3

%40
%0
%24
%7

Triadic Colors of #8eedb3

#8eedb3 #b38eed #edb38e

Analogous Colors of #8eedb3

#8eedb3 #8eede3 #99ed8e

Monochromatic Colors of #8eedb3

#8eedb3

Complementary Color

#8eedb3 #ed8ec8

#8eedb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eedb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eedb3 Color CSS Codes

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

#8eedb3 Text Font Color

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

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


#8eedb3 Background Color

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

This div background color is #8eedb3


#8eedb3 Border Color

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

This div border color is #8eedb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eedb3


Comments

No comments written yet.

Please login to write comment.