Color Hex Logo

#ebed4e Color Hex

#EBED4E
(235,237,78)
0 Favorites   0 Comments

Color spaces of #ebed4e

RGB 23523778
HSL0.170.820.62
HSV61°67°93°
CMYK 0.010.000.67   0.07
XYZ65.920378.780618.9395
Yxy78.78060.40280.4814
Hunter Lab88.7584-22.756549.4795
CIE-Lab91.1349-19.203273.0721

#ebed4e color RGB value is (235,237,78).

#ebed4e hex color red value is 235, green value is 237 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ebed4e hue: 0.17 , saturation: 0.82 and the lightness value of ebed4e is 0.62.

The process color (four color CMYK) of #ebed4e color hex is 0.01, 0.00, 0.67, 0.07. Web safe color of #ebed4e is #ffff66. Color #ebed4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 01001110
Octal 353 355 116
Decimal 235 237 78
Hex EB ED 4E

RGB Percentages of Color #ebed4e

%42.73
%43.09
%14.18

CMYK Percentages of Color #ebed4e

%1
%0
%67
%7

Triadic Colors of #ebed4e

#ebed4e #4eebed #ed4eeb

Analogous Colors of #ebed4e

#ebed4e #9ced4e #eda04e

Monochromatic Colors of #ebed4e

#ebed4e

Complementary Color

#ebed4e #504eed

#ebed4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebed4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebed4e Color CSS Codes

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

#ebed4e Text Font Color

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

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


#ebed4e Background Color

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

This div background color is #ebed4e


#ebed4e Border Color

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

This div border color is #ebed4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebed4e


Comments

No comments written yet.

Please login to write comment.