Color Hex Logo

#ebdd91 Color Hex

#EBDD91
(235,221,145)
0 Favorites   0 Comments

Color spaces of #ebdd91

RGB 235221145
HSL0.140.690.75
HSV51°38°92°
CMYK 0.000.060.38   0.08
XYZ65.228271.419437.1355
Yxy71.41940.37530.4110
Hunter Lab84.5100-10.119133.1037
CIE-Lab87.6884-5.901839.0377

#ebdd91 color RGB value is (235,221,145).

#ebdd91 hex color red value is 235, green value is 221 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ebdd91 hue: 0.14 , saturation: 0.69 and the lightness value of ebdd91 is 0.75.

The process color (four color CMYK) of #ebdd91 color hex is 0.00, 0.06, 0.38, 0.08. Web safe color of #ebdd91 is #ffcc99. Color #ebdd91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 10010001
Octal 353 335 221
Decimal 235 221 145
Hex EB DD 91

RGB Percentages of Color #ebdd91

%39.10
%36.77
%24.13

CMYK Percentages of Color #ebdd91

%0
%6
%38
%8

Triadic Colors of #ebdd91

#ebdd91 #91ebdd #dd91eb

Analogous Colors of #ebdd91

#ebdd91 #cceb91 #ebb091

Monochromatic Colors of #ebdd91

#ebdd91

Complementary Color

#ebdd91 #919feb

#ebdd91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd91 Color CSS Codes

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

#ebdd91 Text Font Color

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

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


#ebdd91 Background Color

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

This div background color is #ebdd91


#ebdd91 Border Color

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

This div border color is #ebdd91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd91


Comments

No comments written yet.

Please login to write comment.