Color Hex Logo

#ebfc8d Color Hex

#EBFC8D
(235,252,141)
0 Favorites   0 Comments

Color spaces of #ebfc8d

RGB 235252141
HSL0.190.950.77
HSV69°44°99°
CMYK 0.070.000.44   0.01
XYZ73.879189.206138.5240
Yxy89.20610.36640.4425
Hunter Lab94.4490-25.660941.9310
CIE-Lab95.6665-21.596551.0727

#ebfc8d color RGB value is (235,252,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 10001101
Octal 353 374 215
Decimal 235 252 141
Hex EB FC 8D

RGB Percentages of Color #ebfc8d

%37.42
%40.13
%22.45

CMYK Percentages of Color #ebfc8d

%7
%0
%44
%1

Triadic Colors of #ebfc8d

#ebfc8d #8debfc #fc8deb

Analogous Colors of #ebfc8d

#ebfc8d #b4fc8d #fcd68d

Monochromatic Colors of #ebfc8d

#ebfc8d

Complementary Color

#ebfc8d #9e8dfc

#ebfc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfc8d Color CSS Codes

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

#ebfc8d Text Font Color

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

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


#ebfc8d Background Color

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

This div background color is #ebfc8d


#ebfc8d Border Color

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

This div border color is #ebfc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfc8d


Comments

No comments written yet.

Please login to write comment.