Color Hex Logo

#ebd386 Color Hex

#EBD386
(235,211,134)
0 Favorites   0 Comments

Color spaces of #ebd386

RGB 235211134
HSL0.130.720.72
HSV46°43°92°
CMYK 0.000.100.43   0.08
XYZ61.858365.971932.0278
Yxy65.97190.38700.4127
Hunter Lab81.2231-6.197433.4770
CIE-Lab84.9821-1.966441.0966

#ebd386 color RGB value is (235,211,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 10000110
Octal 353 323 206
Decimal 235 211 134
Hex EB D3 86

RGB Percentages of Color #ebd386

%40.52
%36.38
%23.10

CMYK Percentages of Color #ebd386

%0
%10
%43
%8

Triadic Colors of #ebd386

#ebd386 #86ebd3 #d386eb

Analogous Colors of #ebd386

#ebd386 #d1eb86 #eba186

Monochromatic Colors of #ebd386

#ebd386

Complementary Color

#ebd386 #869eeb

#ebd386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd386 Color CSS Codes

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

#ebd386 Text Font Color

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

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


#ebd386 Background Color

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

This div background color is #ebd386


#ebd386 Border Color

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

This div border color is #ebd386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd386


Comments

No comments written yet.

Please login to write comment.