Color Hex Logo

#ebfb7d Color Hex

#EBFB7D
(235,251,125)
0 Favorites   0 Comments

Color spaces of #ebfb7d

RGB 235251125
HSL0.190.940.74
HSV68°50°98°
CMYK 0.060.000.50   0.02
XYZ72.459888.137232.5952
Yxy88.13720.37510.4562
Hunter Lab93.8814-26.522145.1318
CIE-Lab95.2187-22.629357.9651

#ebfb7d color RGB value is (235,251,125).

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

The process color (four color CMYK) of #ebfb7d color hex is 0.06, 0.00, 0.50, 0.02. Web safe color of #ebfb7d is #ffff66. Color #ebfb7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 01111101
Octal 353 373 175
Decimal 235 251 125
Hex EB FB 7D

RGB Percentages of Color #ebfb7d

%38.46
%41.08
%20.46

CMYK Percentages of Color #ebfb7d

%6
%0
%50
%2

Triadic Colors of #ebfb7d

#ebfb7d #7debfb #fb7deb

Analogous Colors of #ebfb7d

#ebfb7d #acfb7d #fbcc7d

Monochromatic Colors of #ebfb7d

#ebfb7d

Complementary Color

#ebfb7d #8d7dfb

#ebfb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfb7d Color CSS Codes

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

#ebfb7d Text Font Color

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

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


#ebfb7d Background Color

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

This div background color is #ebfb7d


#ebfb7d Border Color

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

This div border color is #ebfb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfb7d


Comments

No comments written yet.

Please login to write comment.