Color Hex Logo

#ebdeaf Color Hex

#EBDEAF
(235,222,175)
0 Favorites   0 Comments

Color spaces of #ebdeaf

RGB 235222175
HSL0.130.600.80
HSV47°26°92°
CMYK 0.000.060.26   0.08
XYZ68.120172.999951.0575
Yxy72.99990.35450.3799
Hunter Lab85.4400-7.204424.3773
CIE-Lab88.4477-2.750924.7017

#ebdeaf color RGB value is (235,222,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 10101111
Octal 353 336 257
Decimal 235 222 175
Hex EB DE AF

RGB Percentages of Color #ebdeaf

%37.18
%35.13
%27.69

CMYK Percentages of Color #ebdeaf

%0
%6
%26
%8

Triadic Colors of #ebdeaf

#ebdeaf #afebde #deafeb

Analogous Colors of #ebdeaf

#ebdeaf #daebaf #ebc0af

Monochromatic Colors of #ebdeaf

#ebdeaf

Complementary Color

#ebdeaf #afbceb

#ebdeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdeaf Color CSS Codes

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

#ebdeaf Text Font Color

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

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


#ebdeaf Background Color

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

This div background color is #ebdeaf


#ebdeaf Border Color

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

This div border color is #ebdeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdeaf


Comments

No comments written yet.

Please login to write comment.