Color Hex Logo

#ebdf5e Color Hex

#EBDF5E
(235,223,94)
0 Favorites   0 Comments

Color spaces of #ebdf5e

RGB 23522394
HSL0.150.780.65
HSV55°60°92°
CMYK 0.000.050.60   0.08
XYZ62.669071.245721.0385
Yxy71.24570.40440.4598
Hunter Lab84.4072-15.183344.3070
CIE-Lab87.6042-11.384163.0039

#ebdf5e color RGB value is (235,223,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01011110
Octal 353 337 136
Decimal 235 223 94
Hex EB DF 5E

RGB Percentages of Color #ebdf5e

%42.57
%40.40
%17.03

CMYK Percentages of Color #ebdf5e

%0
%5
%60
%8

Triadic Colors of #ebdf5e

#ebdf5e #5eebdf #df5eeb

Analogous Colors of #ebdf5e

#ebdf5e #b1eb5e #eb995e

Monochromatic Colors of #ebdf5e

#ebdf5e

Complementary Color

#ebdf5e #5e6aeb

#ebdf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf5e Color CSS Codes

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

#ebdf5e Text Font Color

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

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


#ebdf5e Background Color

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

This div background color is #ebdf5e


#ebdf5e Border Color

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

This div border color is #ebdf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf5e


Comments

No comments written yet.

Please login to write comment.