Color Hex Logo

#ebe0ad Color Hex

#EBE0AD
(235,224,173)
0 Favorites   0 Comments

Color spaces of #ebe0ad

RGB 235224173
HSL0.140.610.80
HSV49°26°92°
CMYK 0.000.050.26   0.08
XYZ68.459473.990650.2086
Yxy73.99060.35530.3841
Hunter Lab86.0178-8.467525.6049
CIE-Lab88.9180-4.036726.3786

#ebe0ad color RGB value is (235,224,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 10101101
Octal 353 340 255
Decimal 235 224 173
Hex EB E0 AD

RGB Percentages of Color #ebe0ad

%37.18
%35.44
%27.37

CMYK Percentages of Color #ebe0ad

%0
%5
%26
%8

Triadic Colors of #ebe0ad

#ebe0ad #adebe0 #e0adeb

Analogous Colors of #ebe0ad

#ebe0ad #d7ebad #ebc1ad

Monochromatic Colors of #ebe0ad

#ebe0ad

Complementary Color

#ebe0ad #adb8eb

#ebe0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe0ad Color CSS Codes

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

#ebe0ad Text Font Color

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

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


#ebe0ad Background Color

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

This div background color is #ebe0ad


#ebe0ad Border Color

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

This div border color is #ebe0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe0ad


Comments

No comments written yet.

Please login to write comment.