Color Hex Logo

#ebd890 Color Hex

#EBD890
(235,216,144)
0 Favorites   0 Comments

Color spaces of #ebd890

RGB 235216144
HSL0.130.690.74
HSV47°39°92°
CMYK 0.000.080.39   0.08
XYZ63.850968.787536.2976
Yxy68.78750.37800.4072
Hunter Lab82.9382-7.721732.1087
CIE-Lab86.3987-3.469137.8731

#ebd890 color RGB value is (235,216,144).

#ebd890 hex color red value is 235, green value is 216 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ebd890 hue: 0.13 , saturation: 0.69 and the lightness value of ebd890 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 10010000
Octal 353 330 220
Decimal 235 216 144
Hex EB D8 90

RGB Percentages of Color #ebd890

%39.50
%36.30
%24.20

CMYK Percentages of Color #ebd890

%0
%8
%39
%8

Triadic Colors of #ebd890

#ebd890 #90ebd8 #d890eb

Analogous Colors of #ebd890

#ebd890 #d1eb90 #ebab90

Monochromatic Colors of #ebd890

#ebd890

Complementary Color

#ebd890 #90a3eb

#ebd890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd890 Color CSS Codes

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

#ebd890 Text Font Color

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

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


#ebd890 Background Color

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

This div background color is #ebd890


#ebd890 Border Color

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

This div border color is #ebd890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd890


Comments

No comments written yet.

Please login to write comment.