Color Hex Logo

#ebdcaf Color Hex

#EBDCAF
(235,220,175)
0 Favorites   0 Comments

Color spaces of #ebdcaf

RGB 235220175
HSL0.130.600.80
HSV45°26°92°
CMYK 0.000.060.26   0.08
XYZ67.592071.943750.8815
Yxy71.94370.35500.3778
Hunter Lab84.8196-6.189323.8069
CIE-Lab87.9415-1.728424.0077

#ebdcaf color RGB value is (235,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 10101111
Octal 353 334 257
Decimal 235 220 175
Hex EB DC AF

RGB Percentages of Color #ebdcaf

%37.30
%34.92
%27.78

CMYK Percentages of Color #ebdcaf

%0
%6
%26
%8

Triadic Colors of #ebdcaf

#ebdcaf #afebdc #dcafeb

Analogous Colors of #ebdcaf

#ebdcaf #dcebaf #ebbeaf

Monochromatic Colors of #ebdcaf

#ebdcaf

Complementary Color

#ebdcaf #afbeeb

#ebdcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcaf Color CSS Codes

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

#ebdcaf Text Font Color

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

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


#ebdcaf Background Color

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

This div background color is #ebdcaf


#ebdcaf Border Color

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

This div border color is #ebdcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcaf


Comments

No comments written yet.

Please login to write comment.