Color Hex Logo

#ebd861 Color Hex

#EBD861
(235,216,97)
0 Favorites   0 Comments

Color spaces of #ebd861

RGB 23521697
HSL0.140.780.65
HSV52°59°92°
CMYK 0.000.080.59   0.08
XYZ60.974567.637021.1508
Yxy67.63700.40710.4516
Hunter Lab82.2417-11.582042.3211
CIE-Lab85.8246-7.671559.7303

#ebd861 color RGB value is (235,216,97).

#ebd861 hex color red value is 235, green value is 216 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ebd861 hue: 0.14 , saturation: 0.78 and the lightness value of ebd861 is 0.65.

The process color (four color CMYK) of #ebd861 color hex is 0.00, 0.08, 0.59, 0.08. Web safe color of #ebd861 is #ffcc66. Color #ebd861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 01100001
Octal 353 330 141
Decimal 235 216 97
Hex EB D8 61

RGB Percentages of Color #ebd861

%42.88
%39.42
%17.70

CMYK Percentages of Color #ebd861

%0
%8
%59
%8

Triadic Colors of #ebd861

#ebd861 #61ebd8 #d861eb

Analogous Colors of #ebd861

#ebd861 #b9eb61 #eb9361

Monochromatic Colors of #ebd861

#ebd861

Complementary Color

#ebd861 #6174eb

#ebd861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd861 Color CSS Codes

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

#ebd861 Text Font Color

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

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


#ebd861 Background Color

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

This div background color is #ebd861


#ebd861 Border Color

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

This div border color is #ebd861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd861


Comments

No comments written yet.

Please login to write comment.