Color Hex Logo

#ebd404 Color Hex

#EBD404
(235,212,4)
0 Favorites   0 Comments

Color spaces of #ebd404

RGB 2352124
HSL0.150.970.47
HSV54°98°92°
CMYK 0.000.100.98   0.08
XYZ57.826364.75799.5666
Yxy64.75790.43760.4900
Hunter Lab80.4723-12.558849.2822
CIE-Lab84.3588-8.906684.1200

#ebd404 color RGB value is (235,212,4).

#ebd404 hex color red value is 235, green value is 212 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ebd404 hue: 0.15 , saturation: 0.97 and the lightness value of ebd404 is 0.47.

The process color (four color CMYK) of #ebd404 color hex is 0.00, 0.10, 0.98, 0.08. Web safe color of #ebd404 is #ffcc00. Color #ebd404 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 00000100
Octal 353 324 4
Decimal 235 212 4
Hex EB D4 4

RGB Percentages of Color #ebd404

%52.11
%47.01
%0.89

CMYK Percentages of Color #ebd404

%0
%10
%98
%8

Triadic Colors of #ebd404

#ebd404 #04ebd4 #d404eb

Analogous Colors of #ebd404

#ebd404 #8feb04 #eb6104

Monochromatic Colors of #ebd404

#ebd404

Complementary Color

#ebd404 #041beb

#ebd404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd404 Color CSS Codes

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

#ebd404 Text Font Color

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

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


#ebd404 Background Color

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

This div background color is #ebd404


#ebd404 Border Color

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

This div border color is #ebd404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd404


Comments

No comments written yet.

Please login to write comment.