Color Hex Logo

#ebdf5c Color Hex

#EBDF5C
(235,223,92)
0 Favorites   0 Comments

Color spaces of #ebdf5c

RGB 23522392
HSL0.150.780.64
HSV55°61°92°
CMYK 0.000.050.61   0.08
XYZ62.580471.210220.5718
Yxy71.21020.40540.4613
Hunter Lab84.3861-15.300944.6165
CIE-Lab87.5870-11.515163.8356

#ebdf5c color RGB value is (235,223,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01011100
Octal 353 337 134
Decimal 235 223 92
Hex EB DF 5C

RGB Percentages of Color #ebdf5c

%42.73
%40.55
%16.73

CMYK Percentages of Color #ebdf5c

%0
%5
%61
%8

Triadic Colors of #ebdf5c

#ebdf5c #5cebdf #df5ceb

Analogous Colors of #ebdf5c

#ebdf5c #b0eb5c #eb985c

Monochromatic Colors of #ebdf5c

#ebdf5c

Complementary Color

#ebdf5c #5c68eb

#ebdf5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf5c Color CSS Codes

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

#ebdf5c Text Font Color

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

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


#ebdf5c Background Color

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

This div background color is #ebdf5c


#ebdf5c Border Color

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

This div border color is #ebdf5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf5c


Comments

No comments written yet.

Please login to write comment.