Color Hex Logo

#ebde8f Color Hex

#EBDE8F
(235,222,143)
0 Favorites   0 Comments

Color spaces of #ebde8f

RGB 235222143
HSL0.140.700.74
HSV52°39°92°
CMYK 0.000.060.39   0.08
XYZ65.340271.887936.4186
Yxy71.88790.37630.4140
Hunter Lab84.7867-10.817233.8838
CIE-Lab87.9146-6.624640.3328

#ebde8f color RGB value is (235,222,143).

#ebde8f hex color red value is 235, green value is 222 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ebde8f hue: 0.14 , saturation: 0.70 and the lightness value of ebde8f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 10001111
Octal 353 336 217
Decimal 235 222 143
Hex EB DE 8F

RGB Percentages of Color #ebde8f

%39.17
%37.00
%23.83

CMYK Percentages of Color #ebde8f

%0
%6
%39
%8

Triadic Colors of #ebde8f

#ebde8f #8febde #de8feb

Analogous Colors of #ebde8f

#ebde8f #caeb8f #ebb08f

Monochromatic Colors of #ebde8f

#ebde8f

Complementary Color

#ebde8f #8f9ceb

#ebde8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebde8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebde8f Color CSS Codes

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

#ebde8f Text Font Color

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

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


#ebde8f Background Color

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

This div background color is #ebde8f


#ebde8f Border Color

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

This div border color is #ebde8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebde8f


Comments

No comments written yet.

Please login to write comment.