Color Hex Logo

#ebdb8d Color Hex

#EBDB8D
(235,219,141)
0 Favorites   0 Comments

Color spaces of #ebdb8d

RGB 235219141
HSL0.140.700.74
HSV50°40°92°
CMYK 0.000.070.40   0.08
XYZ64.400270.248335.3643
Yxy70.24830.37880.4132
Hunter Lab83.8143-9.521333.6534
CIE-Lab87.1185-5.319540.3130

#ebdb8d color RGB value is (235,219,141).

#ebdb8d hex color red value is 235, green value is 219 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ebdb8d hue: 0.14 , saturation: 0.70 and the lightness value of ebdb8d is 0.74.

The process color (four color CMYK) of #ebdb8d color hex is 0.00, 0.07, 0.40, 0.08. Web safe color of #ebdb8d is #ffcc99. Color #ebdb8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 10001101
Octal 353 333 215
Decimal 235 219 141
Hex EB DB 8D

RGB Percentages of Color #ebdb8d

%39.50
%36.81
%23.70

CMYK Percentages of Color #ebdb8d

%0
%7
%40
%8

Triadic Colors of #ebdb8d

#ebdb8d #8debdb #db8deb

Analogous Colors of #ebdb8d

#ebdb8d #cceb8d #ebac8d

Monochromatic Colors of #ebdb8d

#ebdb8d

Complementary Color

#ebdb8d #8d9deb

#ebdb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb8d Color CSS Codes

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

#ebdb8d Text Font Color

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

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


#ebdb8d Background Color

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

This div background color is #ebdb8d


#ebdb8d Border Color

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

This div border color is #ebdb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb8d


Comments

No comments written yet.

Please login to write comment.