Color Hex Logo

#ebda4a Color Hex

#EBDA4A
(235,218,74)
0 Favorites   0 Comments

Color spaces of #ebda4a

RGB 23521874
HSL0.150.800.61
HSV54°69°92°
CMYK 0.000.070.69   0.08
XYZ60.568468.299416.4694
Yxy68.29940.41670.4699
Hunter Lab82.6435-13.805546.0350
CIE-Lab86.1559-10.059169.5689

#ebda4a color RGB value is (235,218,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 01001010
Octal 353 332 112
Decimal 235 218 74
Hex EB DA 4A

RGB Percentages of Color #ebda4a

%44.59
%41.37
%14.04

CMYK Percentages of Color #ebda4a

%0
%7
%69
%8

Triadic Colors of #ebda4a

#ebda4a #4aebda #da4aeb

Analogous Colors of #ebda4a

#ebda4a #aceb4a #eb8a4a

Monochromatic Colors of #ebda4a

#ebda4a

Complementary Color

#ebda4a #4a5beb

#ebda4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebda4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebda4a Color CSS Codes

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

#ebda4a Text Font Color

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

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


#ebda4a Background Color

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

This div background color is #ebda4a


#ebda4a Border Color

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

This div border color is #ebda4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebda4a


Comments

No comments written yet.

Please login to write comment.