Color Hex Logo

#ebd25f Color Hex

#EBD25F
(235,210,95)
0 Favorites   0 Comments

Color spaces of #ebd25f

RGB 23521095
HSL0.140.780.65
HSV49°60°92°
CMYK 0.000.110.60   0.08
XYZ59.373164.581620.1627
Yxy64.58160.41200.4481
Hunter Lab80.3627-8.756341.3782
CIE-Lab84.2677-4.769358.8784

#ebd25f color RGB value is (235,210,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 01011111
Octal 353 322 137
Decimal 235 210 95
Hex EB D2 5F

RGB Percentages of Color #ebd25f

%43.52
%38.89
%17.59

CMYK Percentages of Color #ebd25f

%0
%11
%60
%8

Triadic Colors of #ebd25f

#ebd25f #5febd2 #d25feb

Analogous Colors of #ebd25f

#ebd25f #beeb5f #eb8c5f

Monochromatic Colors of #ebd25f

#ebd25f

Complementary Color

#ebd25f #5f78eb

#ebd25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd25f Color CSS Codes

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

#ebd25f Text Font Color

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

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


#ebd25f Background Color

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

This div background color is #ebd25f


#ebd25f Border Color

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

This div border color is #ebd25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd25f


Comments

No comments written yet.

Please login to write comment.