Color Hex Logo

#ebdf5d Color Hex

#EBDF5D
(235,223,93)
0 Favorites   0 Comments

Color spaces of #ebdf5d

RGB 23522393
HSL0.150.780.64
HSV55°60°92°
CMYK 0.000.050.60   0.08
XYZ62.624471.227820.8036
Yxy71.22780.40490.4606
Hunter Lab84.3966-15.242444.4627
CIE-Lab87.5956-11.450063.4209

#ebdf5d color RGB value is (235,223,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01011101
Octal 353 337 135
Decimal 235 223 93
Hex EB DF 5D

RGB Percentages of Color #ebdf5d

%42.65
%40.47
%16.88

CMYK Percentages of Color #ebdf5d

%0
%5
%60
%8

Triadic Colors of #ebdf5d

#ebdf5d #5debdf #df5deb

Analogous Colors of #ebdf5d

#ebdf5d #b0eb5d #eb985d

Monochromatic Colors of #ebdf5d

#ebdf5d

Complementary Color

#ebdf5d #5d69eb

#ebdf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf5d Color CSS Codes

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

#ebdf5d Text Font Color

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

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


#ebdf5d Background Color

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

This div background color is #ebdf5d


#ebdf5d Border Color

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

This div border color is #ebdf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf5d


Comments

No comments written yet.

Please login to write comment.