Color Hex Logo

#ebdc49 Color Hex

#EBDC49
(235,220,73)
0 Favorites   0 Comments

Color spaces of #ebdc49

RGB 23522073
HSL0.150.800.60
HSV54°69°92°
CMYK 0.000.060.69   0.08
XYZ61.056769.329616.4672
Yxy69.32960.41580.4721
Hunter Lab83.2644-14.821046.5593
CIE-Lab86.6670-11.108870.4548

#ebdc49 color RGB value is (235,220,73).

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

The process color (four color CMYK) of #ebdc49 color hex is 0.00, 0.06, 0.69, 0.08. Web safe color of #ebdc49 is #ffcc33. Color #ebdc49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 01001001
Octal 353 334 111
Decimal 235 220 73
Hex EB DC 49

RGB Percentages of Color #ebdc49

%44.51
%41.67
%13.83

CMYK Percentages of Color #ebdc49

%0
%6
%69
%8

Triadic Colors of #ebdc49

#ebdc49 #49ebdc #dc49eb

Analogous Colors of #ebdc49

#ebdc49 #a9eb49 #eb8b49

Monochromatic Colors of #ebdc49

#ebdc49

Complementary Color

#ebdc49 #4958eb

#ebdc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc49 Color CSS Codes

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

#ebdc49 Text Font Color

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

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


#ebdc49 Background Color

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

This div background color is #ebdc49


#ebdc49 Border Color

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

This div border color is #ebdc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc49


Comments

No comments written yet.

Please login to write comment.