Color Hex Logo

#ebd586 Color Hex

#EBD586
(235,213,134)
0 Favorites   0 Comments

Color spaces of #ebd586

RGB 235213134
HSL0.130.720.72
HSV47°43°92°
CMYK 0.000.090.43   0.08
XYZ62.358366.971932.1945
Yxy66.97190.38610.4146
Hunter Lab81.8364-7.198833.9607
CIE-Lab85.4898-2.990341.7415

#ebd586 color RGB value is (235,213,134).

#ebd586 hex color red value is 235, green value is 213 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ebd586 hue: 0.13 , saturation: 0.72 and the lightness value of ebd586 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 10000110
Octal 353 325 206
Decimal 235 213 134
Hex EB D5 86

RGB Percentages of Color #ebd586

%40.38
%36.60
%23.02

CMYK Percentages of Color #ebd586

%0
%9
%43
%8

Triadic Colors of #ebd586

#ebd586 #86ebd5 #d586eb

Analogous Colors of #ebd586

#ebd586 #cfeb86 #eba386

Monochromatic Colors of #ebd586

#ebd586

Complementary Color

#ebd586 #869ceb

#ebd586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd586 Color CSS Codes

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

#ebd586 Text Font Color

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

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


#ebd586 Background Color

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

This div background color is #ebd586


#ebd586 Border Color

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

This div border color is #ebd586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd586


Comments

No comments written yet.

Please login to write comment.