Color Hex Logo

#ebed7d Color Hex

#EBED7D
(235,237,125)
0 Favorites   0 Comments

Color spaces of #ebed7d

RGB 235237125
HSL0.170.760.71
HSV61°47°93°
CMYK 0.010.000.47   0.07
XYZ68.246879.711231.1908
Yxy79.71120.38100.4449
Hunter Lab89.2811-19.796041.7835
CIE-Lab91.5551-15.867853.5984

#ebed7d color RGB value is (235,237,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 01111101
Octal 353 355 175
Decimal 235 237 125
Hex EB ED 7D

RGB Percentages of Color #ebed7d

%39.36
%39.70
%20.94

CMYK Percentages of Color #ebed7d

%1
%0
%47
%7

Triadic Colors of #ebed7d

#ebed7d #7debed #ed7deb

Analogous Colors of #ebed7d

#ebed7d #b3ed7d #edb77d

Monochromatic Colors of #ebed7d

#ebed7d

Complementary Color

#ebed7d #7f7ded

#ebed7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebed7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebed7d Color CSS Codes

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

#ebed7d Text Font Color

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

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


#ebed7d Background Color

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

This div background color is #ebed7d


#ebed7d Border Color

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

This div border color is #ebed7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebed7d


Comments

No comments written yet.

Please login to write comment.