Color Hex Logo

#ebd94a Color Hex

#EBD94A
(235,217,74)
0 Favorites   0 Comments

Color spaces of #ebd94a

RGB 23521774
HSL0.150.800.61
HSV53°69°92°
CMYK 0.000.080.69   0.08
XYZ60.309867.782316.3832
Yxy67.78230.41740.4692
Hunter Lab82.3300-13.319645.8326
CIE-Lab85.8975-9.558369.3095

#ebd94a color RGB value is (235,217,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 01001010
Octal 353 331 112
Decimal 235 217 74
Hex EB D9 4A

RGB Percentages of Color #ebd94a

%44.68
%41.25
%14.07

CMYK Percentages of Color #ebd94a

%0
%8
%69
%8

Triadic Colors of #ebd94a

#ebd94a #4aebd9 #d94aeb

Analogous Colors of #ebd94a

#ebd94a #adeb4a #eb894a

Monochromatic Colors of #ebd94a

#ebd94a

Complementary Color

#ebd94a #4a5ceb

#ebd94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd94a Color CSS Codes

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

#ebd94a Text Font Color

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

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


#ebd94a Background Color

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

This div background color is #ebd94a


#ebd94a Border Color

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

This div border color is #ebd94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd94a


Comments

No comments written yet.

Please login to write comment.