Color Hex Logo

#ebd604 Color Hex

#EBD604
(235,214,4)
0 Favorites   0 Comments

Color spaces of #ebd604

RGB 2352144
HSL0.150.970.47
HSV55°98°92°
CMYK 0.000.090.98   0.08
XYZ58.329465.76419.7343
Yxy65.76410.43590.4914
Hunter Lab81.0951-13.526349.6496
CIE-Lab84.8759-9.910584.4951

#ebd604 color RGB value is (235,214,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 00000100
Octal 353 326 4
Decimal 235 214 4
Hex EB D6 4

RGB Percentages of Color #ebd604

%51.88
%47.24
%0.88

CMYK Percentages of Color #ebd604

%0
%9
%98
%8

Triadic Colors of #ebd604

#ebd604 #04ebd6 #d604eb

Analogous Colors of #ebd604

#ebd604 #8deb04 #eb6304

Monochromatic Colors of #ebd604

#ebd604

Complementary Color

#ebd604 #0419eb

#ebd604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd604 Color CSS Codes

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

#ebd604 Text Font Color

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

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


#ebd604 Background Color

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

This div background color is #ebd604


#ebd604 Border Color

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

This div border color is #ebd604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd604


Comments

No comments written yet.

Please login to write comment.