Color Hex Logo

#ebdfab Color Hex

#EBDFAB
(235,223,171)
0 Favorites   0 Comments

Color spaces of #ebdfab

RGB 235223171
HSL0.140.620.80
HSV49°27°92°
CMYK 0.000.050.27   0.08
XYZ67.999373.377849.1075
Yxy73.37780.35700.3852
Hunter Lab85.6608-8.209625.9729
CIE-Lab88.6276-3.791127.0157

#ebdfab color RGB value is (235,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10101011
Octal 353 337 253
Decimal 235 223 171
Hex EB DF AB

RGB Percentages of Color #ebdfab

%37.36
%35.45
%27.19

CMYK Percentages of Color #ebdfab

%0
%5
%27
%8

Triadic Colors of #ebdfab

#ebdfab #abebdf #dfabeb

Analogous Colors of #ebdfab

#ebdfab #d7ebab #ebbfab

Monochromatic Colors of #ebdfab

#ebdfab

Complementary Color

#ebdfab #abb7eb

#ebdfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfab Color CSS Codes

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

#ebdfab Text Font Color

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

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


#ebdfab Background Color

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

This div background color is #ebdfab


#ebdfab Border Color

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

This div border color is #ebdfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfab


Comments

No comments written yet.

Please login to write comment.