Color Hex Logo

#ebd42f Color Hex

#EBD42F
(235,212,47)
0 Favorites   0 Comments

Color spaces of #ebd42f

RGB 23521247
HSL0.150.820.55
HSV53°80°92°
CMYK 0.000.100.80   0.08
XYZ58.317564.954412.1531
Yxy64.95440.43060.4796
Hunter Lab80.5943-11.878647.4755
CIE-Lab84.4602-8.147576.9119

#ebd42f color RGB value is (235,212,47).

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

The process color (four color CMYK) of #ebd42f color hex is 0.00, 0.10, 0.80, 0.08. Web safe color of #ebd42f is #ffcc33. Color #ebd42f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 00101111
Octal 353 324 57
Decimal 235 212 47
Hex EB D4 2F

RGB Percentages of Color #ebd42f

%47.57
%42.91
%9.51

CMYK Percentages of Color #ebd42f

%0
%10
%80
%8

Triadic Colors of #ebd42f

#ebd42f #2febd4 #d42feb

Analogous Colors of #ebd42f

#ebd42f #a4eb2f #eb762f

Monochromatic Colors of #ebd42f

#ebd42f

Complementary Color

#ebd42f #2f46eb

#ebd42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd42f Color CSS Codes

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

#ebd42f Text Font Color

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

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


#ebd42f Background Color

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

This div background color is #ebd42f


#ebd42f Border Color

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

This div border color is #ebd42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd42f

#ebd42f Color Palettes


Comments

No comments written yet.

Please login to write comment.