Color Hex Logo

#ebd29f Color Hex

#EBD29F
(235,210,159)
0 Favorites   0 Comments

Color spaces of #ebd29f

RGB 235210159
HSL0.110.660.77
HSV40°32°92°
CMYK 0.000.110.32   0.08
XYZ63.565666.258642.2398
Yxy66.25860.36940.3851
Hunter Lab81.3994-3.056526.2128
CIE-Lab85.12821.354228.4941

#ebd29f color RGB value is (235,210,159).

#ebd29f hex color red value is 235, green value is 210 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ebd29f hue: 0.11 , saturation: 0.66 and the lightness value of ebd29f is 0.77.

The process color (four color CMYK) of #ebd29f color hex is 0.00, 0.11, 0.32, 0.08. Web safe color of #ebd29f is #ffcc99. Color #ebd29f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 10011111
Octal 353 322 237
Decimal 235 210 159
Hex EB D2 9F

RGB Percentages of Color #ebd29f

%38.91
%34.77
%26.32

CMYK Percentages of Color #ebd29f

%0
%11
%32
%8

Triadic Colors of #ebd29f

#ebd29f #9febd2 #d29feb

Analogous Colors of #ebd29f

#ebd29f #deeb9f #ebac9f

Monochromatic Colors of #ebd29f

#ebd29f

Complementary Color

#ebd29f #9fb8eb

#ebd29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd29f Color CSS Codes

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

#ebd29f Text Font Color

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

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


#ebd29f Background Color

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

This div background color is #ebd29f


#ebd29f Border Color

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

This div border color is #ebd29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd29f


Comments

No comments written yet.

Please login to write comment.