Color Hex Logo

#ebd85f Color Hex

#EBD85F
(235,216,95)
0 Favorites   0 Comments

Color spaces of #ebd85f

RGB 23521695
HSL0.140.780.65
HSV52°60°92°
CMYK 0.000.080.60   0.08
XYZ60.882467.600120.6658
Yxy67.60010.40820.4532
Hunter Lab82.2193-11.706642.6510
CIE-Lab85.8061-7.808960.5905

#ebd85f color RGB value is (235,216,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 01011111
Octal 353 330 137
Decimal 235 216 95
Hex EB D8 5F

RGB Percentages of Color #ebd85f

%43.04
%39.56
%17.40

CMYK Percentages of Color #ebd85f

%0
%8
%60
%8

Triadic Colors of #ebd85f

#ebd85f #5febd8 #d85feb

Analogous Colors of #ebd85f

#ebd85f #b8eb5f #eb925f

Monochromatic Colors of #ebd85f

#ebd85f

Complementary Color

#ebd85f #5f72eb

#ebd85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd85f Color CSS Codes

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

#ebd85f Text Font Color

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

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


#ebd85f Background Color

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

This div background color is #ebd85f


#ebd85f Border Color

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

This div border color is #ebd85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd85f


Comments

No comments written yet.

Please login to write comment.