Color Hex Logo

#ebfb8d Color Hex

#EBFB8D
(235,251,141)
0 Favorites   0 Comments

Color spaces of #ebfb8d

RGB 235251141
HSL0.190.930.77
HSV69°44°98°
CMYK 0.060.000.44   0.02
XYZ73.565888.579638.4195
Yxy88.57960.36680.4417
Hunter Lab94.1167-25.180841.6789
CIE-Lab95.4045-21.117850.7490

#ebfb8d color RGB value is (235,251,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 10001101
Octal 353 373 215
Decimal 235 251 141
Hex EB FB 8D

RGB Percentages of Color #ebfb8d

%37.48
%40.03
%22.49

CMYK Percentages of Color #ebfb8d

%6
%0
%44
%2

Triadic Colors of #ebfb8d

#ebfb8d #8debfb #fb8deb

Analogous Colors of #ebfb8d

#ebfb8d #b4fb8d #fbd48d

Monochromatic Colors of #ebfb8d

#ebfb8d

Complementary Color

#ebfb8d #9d8dfb

#ebfb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfb8d Color CSS Codes

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

#ebfb8d Text Font Color

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

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


#ebfb8d Background Color

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

This div background color is #ebfb8d


#ebfb8d Border Color

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

This div border color is #ebfb8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,251,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 #ebfb8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfb8d

Related Colors


Comments

No comments written yet.

Please login to write comment.