Color Hex Logo

#ebdb4a Color Hex

#EBDB4A
(235,219,74)
0 Favorites   0 Comments

Color spaces of #ebdb4a

RGB 23521974
HSL0.150.800.61
HSV54°69°92°
CMYK 0.000.070.69   0.08
XYZ60.828568.819616.5561
Yxy68.81960.41610.4707
Hunter Lab82.9576-14.291046.2376
CIE-Lab86.4146-10.559269.8282

#ebdb4a color RGB value is (235,219,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 01001010
Octal 353 333 112
Decimal 235 219 74
Hex EB DB 4A

RGB Percentages of Color #ebdb4a

%44.51
%41.48
%14.02

CMYK Percentages of Color #ebdb4a

%0
%7
%69
%8

Triadic Colors of #ebdb4a

#ebdb4a #4aebdb #db4aeb

Analogous Colors of #ebdb4a

#ebdb4a #abeb4a #eb8b4a

Monochromatic Colors of #ebdb4a

#ebdb4a

Complementary Color

#ebdb4a #4a5aeb

#ebdb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb4a Color CSS Codes

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

#ebdb4a Text Font Color

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

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


#ebdb4a Background Color

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

This div background color is #ebdb4a


#ebdb4a Border Color

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

This div border color is #ebdb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb4a


Comments

No comments written yet.

Please login to write comment.