Color Hex Logo

#ebdc5d Color Hex

#EBDC5D
(235,220,93)
0 Favorites   0 Comments

Color spaces of #ebdc5d

RGB 23522093
HSL0.150.780.64
HSV54°60°92°
CMYK 0.000.060.60   0.08
XYZ61.829969.638920.5388
Yxy69.63890.40680.4581
Hunter Lab83.4499-13.782843.8224
CIE-Lab86.8195-9.952562.5736

#ebdc5d color RGB value is (235,220,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 01011101
Octal 353 334 135
Decimal 235 220 93
Hex EB DC 5D

RGB Percentages of Color #ebdc5d

%42.88
%40.15
%16.97

CMYK Percentages of Color #ebdc5d

%0
%6
%60
%8

Triadic Colors of #ebdc5d

#ebdc5d #5debdc #dc5deb

Analogous Colors of #ebdc5d

#ebdc5d #b3eb5d #eb955d

Monochromatic Colors of #ebdc5d

#ebdc5d

Complementary Color

#ebdc5d #5d6ceb

#ebdc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc5d Color CSS Codes

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

#ebdc5d Text Font Color

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

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


#ebdc5d Background Color

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

This div background color is #ebdc5d


#ebdc5d Border Color

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

This div border color is #ebdc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc5d


Comments

No comments written yet.

Please login to write comment.