Color Hex Logo

#ebd35e Color Hex

#EBD35E
(235,211,94)
0 Favorites   0 Comments

Color spaces of #ebd35e

RGB 23521194
HSL0.140.780.65
HSV50°60°92°
CMYK 0.000.100.60   0.08
XYZ59.575665.058920.0073
Yxy65.05890.41190.4498
Hunter Lab80.6591-9.311641.7546
CIE-Lab84.5141-5.346059.5969

#ebd35e color RGB value is (235,211,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 01011110
Octal 353 323 136
Decimal 235 211 94
Hex EB D3 5E

RGB Percentages of Color #ebd35e

%43.52
%39.07
%17.41

CMYK Percentages of Color #ebd35e

%0
%10
%60
%8

Triadic Colors of #ebd35e

#ebd35e #5eebd3 #d35eeb

Analogous Colors of #ebd35e

#ebd35e #bdeb5e #eb8d5e

Monochromatic Colors of #ebd35e

#ebd35e

Complementary Color

#ebd35e #5e76eb

#ebd35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd35e Color CSS Codes

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

#ebd35e Text Font Color

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

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


#ebd35e Background Color

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

This div background color is #ebd35e


#ebd35e Border Color

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

This div border color is #ebd35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd35e


Comments

No comments written yet.

Please login to write comment.