Color Hex Logo

#ebdd97 Color Hex

#EBDD97
(235,221,151)
0 Favorites   0 Comments

Color spaces of #ebdd97

RGB 235221151
HSL0.140.680.76
HSV50°36°92°
CMYK 0.000.060.36   0.08
XYZ65.703371.609439.6372
Yxy71.60940.37130.4047
Hunter Lab84.6223-9.496431.4641
CIE-Lab87.7802-5.229636.1262

#ebdd97 color RGB value is (235,221,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 10010111
Octal 353 335 227
Decimal 235 221 151
Hex EB DD 97

RGB Percentages of Color #ebdd97

%38.71
%36.41
%24.88

CMYK Percentages of Color #ebdd97

%0
%6
%36
%8

Triadic Colors of #ebdd97

#ebdd97 #97ebdd #dd97eb

Analogous Colors of #ebdd97

#ebdd97 #cfeb97 #ebb397

Monochromatic Colors of #ebdd97

#ebdd97

Complementary Color

#ebdd97 #97a5eb

#ebdd97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd97 Color CSS Codes

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

#ebdd97 Text Font Color

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

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


#ebdd97 Background Color

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

This div background color is #ebdd97


#ebdd97 Border Color

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

This div border color is #ebdd97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd97


Comments

No comments written yet.

Please login to write comment.