Color Hex Logo

#ebfe8d Color Hex

#EBFE8D
(235,254,141)
0 Favorites   0 Comments

Color spaces of #ebfe8d

RGB 235254141
HSL0.190.980.77
HSV70°44°100°
CMYK 0.070.000.44   0.00
XYZ74.510590.468938.7344
Yxy90.46890.36580.4441
Hunter Lab95.1151-26.619742.4355
CIE-Lab96.1909-22.551151.7199

#ebfe8d color RGB value is (235,254,141).

#ebfe8d hex color red value is 235, green value is 254 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ebfe8d hue: 0.19 , saturation: 0.98 and the lightness value of ebfe8d is 0.77.

The process color (four color CMYK) of #ebfe8d color hex is 0.07, 0.00, 0.44, 0.00. Web safe color of #ebfe8d is #ffff99. Color #ebfe8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 10001101
Octal 353 376 215
Decimal 235 254 141
Hex EB FE 8D

RGB Percentages of Color #ebfe8d

%37.30
%40.32
%22.38

CMYK Percentages of Color #ebfe8d

%7
%0
%44
%0

Triadic Colors of #ebfe8d

#ebfe8d #8debfe #fe8deb

Analogous Colors of #ebfe8d

#ebfe8d #b3fe8d #fed98d

Monochromatic Colors of #ebfe8d

#ebfe8d

Complementary Color

#ebfe8d #a08dfe

#ebfe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfe8d Color CSS Codes

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

#ebfe8d Text Font Color

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

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


#ebfe8d Background Color

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

This div background color is #ebfe8d


#ebfe8d Border Color

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

This div border color is #ebfe8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,254,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebfe8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebfe8d;
  -webkit-box-shadow: 1px 1px 3px 2px #ebfe8d;
  box-shadow:         1px 1px 3px 2px #ebfe8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,254,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfe8d

Related Colors


Comments

No comments written yet.

Please login to write comment.