Color Hex Logo

#ebdc0e Color Hex

#EBDC0E
(235,220,14)
0 Favorites   0 Comments

Color spaces of #ebdc0e

RGB 23522014
HSL0.160.890.49
HSV56°94°92°
CMYK 0.000.060.94   0.08
XYZ59.933468.880310.5519
Yxy68.88030.43000.4942
Hunter Lab82.9942-16.337850.5578
CIE-Lab86.4447-12.812984.7631

#ebdc0e color RGB value is (235,220,14).

#ebdc0e hex color red value is 235, green value is 220 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ebdc0e hue: 0.16 , saturation: 0.89 and the lightness value of ebdc0e is 0.49.

The process color (four color CMYK) of #ebdc0e color hex is 0.00, 0.06, 0.94, 0.08. Web safe color of #ebdc0e is #ffcc00. Color #ebdc0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 00001110
Octal 353 334 16
Decimal 235 220 14
Hex EB DC E

RGB Percentages of Color #ebdc0e

%50.11
%46.91
%2.99

CMYK Percentages of Color #ebdc0e

%0
%6
%94
%8

Triadic Colors of #ebdc0e

#ebdc0e #0eebdc #dc0eeb

Analogous Colors of #ebdc0e

#ebdc0e #8ceb0e #eb6e0e

Monochromatic Colors of #ebdc0e

#ebdc0e

Complementary Color

#ebdc0e #0e1deb

#ebdc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc0e Color CSS Codes

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

#ebdc0e Text Font Color

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

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


#ebdc0e Background Color

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

This div background color is #ebdc0e


#ebdc0e Border Color

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

This div border color is #ebdc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc0e


Comments

No comments written yet.

Please login to write comment.