Color Hex Logo

#ebed9d Color Hex

#EBED9D
(235,237,157)
0 Favorites   0 Comments

Color spaces of #ebed9d

RGB 235237157
HSL0.170.690.77
HSV61°34°93°
CMYK 0.010.000.34   0.07
XYZ70.630980.664943.7455
Yxy80.66490.36210.4136
Hunter Lab89.8136-16.798633.9912
CIE-Lab91.9824-12.555438.5987

#ebed9d color RGB value is (235,237,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 10011101
Octal 353 355 235
Decimal 235 237 157
Hex EB ED 9D

RGB Percentages of Color #ebed9d

%37.36
%37.68
%24.96

CMYK Percentages of Color #ebed9d

%1
%0
%34
%7

Triadic Colors of #ebed9d

#ebed9d #9debed #ed9deb

Analogous Colors of #ebed9d

#ebed9d #c3ed9d #edc79d

Monochromatic Colors of #ebed9d

#ebed9d

Complementary Color

#ebed9d #9f9ded

#ebed9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebed9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebed9d Color CSS Codes

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

#ebed9d Text Font Color

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

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


#ebed9d Background Color

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

This div background color is #ebed9d


#ebed9d Border Color

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

This div border color is #ebed9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebed9d


Comments

No comments written yet.

Please login to write comment.