Color Hex Logo

#ebfe9d Color Hex

#EBFE9D
(235,254,157)
0 Favorites   0 Comments

Color spaces of #ebfe9d

RGB 235254157
HSL0.200.980.81
HSV72°38°100°
CMYK 0.070.000.38   0.00
XYZ75.788690.980145.4647
Yxy90.98010.35710.4287
Hunter Lab95.3835-25.090838.5078
CIE-Lab96.4018-20.839144.3100

#ebfe9d color RGB value is (235,254,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 10011101
Octal 353 376 235
Decimal 235 254 157
Hex EB FE 9D

RGB Percentages of Color #ebfe9d

%36.38
%39.32
%24.30

CMYK Percentages of Color #ebfe9d

%7
%0
%38
%0

Triadic Colors of #ebfe9d

#ebfe9d #9debfe #fe9deb

Analogous Colors of #ebfe9d

#ebfe9d #bbfe9d #fee19d

Monochromatic Colors of #ebfe9d

#ebfe9d

Complementary Color

#ebfe9d #b09dfe

#ebfe9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfe9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfe9d Color CSS Codes

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

#ebfe9d Text Font Color

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

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


#ebfe9d Background Color

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

This div background color is #ebfe9d


#ebfe9d Border Color

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

This div border color is #ebfe9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfe9d

Related Colors


Comments

No comments written yet.

Please login to write comment.