Color Hex Logo

#ebe7ad Color Hex

#EBE7AD
(235,231,173)
0 Favorites   0 Comments

Color spaces of #ebe7ad

RGB 235231173
HSL0.160.610.80
HSV56°26°92°
CMYK 0.000.020.26   0.08
XYZ70.379777.831150.8487
Yxy77.83110.35360.3910
Hunter Lab88.2219-11.988727.5822
CIE-Lab90.7028-7.577428.8019

#ebe7ad color RGB value is (235,231,173).

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

The process color (four color CMYK) of #ebe7ad color hex is 0.00, 0.02, 0.26, 0.08. Web safe color of #ebe7ad is #ffff99. Color #ebe7ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 10101101
Octal 353 347 255
Decimal 235 231 173
Hex EB E7 AD

RGB Percentages of Color #ebe7ad

%36.78
%36.15
%27.07

CMYK Percentages of Color #ebe7ad

%0
%2
%26
%8

Triadic Colors of #ebe7ad

#ebe7ad #adebe7 #e7adeb

Analogous Colors of #ebe7ad

#ebe7ad #d0ebad #ebc8ad

Monochromatic Colors of #ebe7ad

#ebe7ad

Complementary Color

#ebe7ad #adb1eb

#ebe7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe7ad Color CSS Codes

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

#ebe7ad Text Font Color

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

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


#ebe7ad Background Color

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

This div background color is #ebe7ad


#ebe7ad Border Color

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

This div border color is #ebe7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe7ad


Comments

No comments written yet.

Please login to write comment.