Color Hex Logo

#ebdeab Color Hex

#EBDEAB
(235,222,171)
0 Favorites   0 Comments

Color spaces of #ebdeab

RGB 235222171
HSL0.130.620.80
HSV48°27°92°
CMYK 0.000.060.27   0.08
XYZ67.732972.845049.0187
Yxy72.84500.35720.3842
Hunter Lab85.3493-7.704325.6924
CIE-Lab88.3737-3.281626.6706

#ebdeab color RGB value is (235,222,171).

#ebdeab hex color red value is 235, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ebdeab hue: 0.13 , saturation: 0.62 and the lightness value of ebdeab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 10101011
Octal 353 336 253
Decimal 235 222 171
Hex EB DE AB

RGB Percentages of Color #ebdeab

%37.42
%35.35
%27.23

CMYK Percentages of Color #ebdeab

%0
%6
%27
%8

Triadic Colors of #ebdeab

#ebdeab #abebde #deabeb

Analogous Colors of #ebdeab

#ebdeab #d8ebab #ebbeab

Monochromatic Colors of #ebdeab

#ebdeab

Complementary Color

#ebdeab #abb8eb

#ebdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdeab Color CSS Codes

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

#ebdeab Text Font Color

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

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


#ebdeab Background Color

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

This div background color is #ebdeab


#ebdeab Border Color

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

This div border color is #ebdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdeab


Comments

No comments written yet.

Please login to write comment.