Color Hex Logo

#ebd75f Color Hex

#EBD75F
(235,215,95)
0 Favorites   0 Comments

Color spaces of #ebd75f

RGB 23521595
HSL0.140.780.65
HSV51°60°92°
CMYK 0.000.090.60   0.08
XYZ60.626967.089320.5806
Yxy67.08930.40880.4524
Hunter Lab81.9081-11.216642.4382
CIE-Lab85.5490-7.304660.3055

#ebd75f color RGB value is (235,215,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 01011111
Octal 353 327 137
Decimal 235 215 95
Hex EB D7 5F

RGB Percentages of Color #ebd75f

%43.12
%39.45
%17.43

CMYK Percentages of Color #ebd75f

%0
%9
%60
%8

Triadic Colors of #ebd75f

#ebd75f #5febd7 #d75feb

Analogous Colors of #ebd75f

#ebd75f #b9eb5f #eb915f

Monochromatic Colors of #ebd75f

#ebd75f

Complementary Color

#ebd75f #5f73eb

#ebd75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd75f Color CSS Codes

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

#ebd75f Text Font Color

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

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


#ebd75f Background Color

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

This div background color is #ebd75f


#ebd75f Border Color

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

This div border color is #ebd75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd75f


Comments

No comments written yet.

Please login to write comment.