Color Hex Logo

#ebdb5e Color Hex

#EBDB5E
(235,219,94)
1 Favorites   0 Comments

Color spaces of #ebdb5e

RGB 23521994
HSL0.150.780.65
HSV53°60°92°
CMYK 0.000.070.60   0.08
XYZ61.612869.133420.6864
Yxy69.13340.40690.4565
Hunter Lab83.1465-13.235243.4515
CIE-Lab86.5701-9.385261.8695

#ebdb5e color RGB value is (235,219,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 01011110
Octal 353 333 136
Decimal 235 219 94
Hex EB DB 5E

RGB Percentages of Color #ebdb5e

%42.88
%39.96
%17.15

CMYK Percentages of Color #ebdb5e

%0
%7
%60
%8

Triadic Colors of #ebdb5e

#ebdb5e #5eebdb #db5eeb

Analogous Colors of #ebdb5e

#ebdb5e #b5eb5e #eb955e

Monochromatic Colors of #ebdb5e

#ebdb5e

Complementary Color

#ebdb5e #5e6eeb

#ebdb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb5e Color CSS Codes

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

#ebdb5e Text Font Color

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

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


#ebdb5e Background Color

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

This div background color is #ebdb5e


#ebdb5e Border Color

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

This div border color is #ebdb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb5e


Comments

No comments written yet.

Please login to write comment.