Color Hex Logo

#ebda78 Color Hex

#EBDA78
(235,218,120)
0 Favorites   0 Comments

Color spaces of #ebda78

RGB 235218120
HSL0.140.740.70
HSV51°49°92°
CMYK 0.000.070.49   0.08
XYZ62.722569.161027.8129
Yxy69.16100.39280.4331
Hunter Lab83.1631-10.908838.3853
CIE-Lab86.5837-6.861549.9693

#ebda78 color RGB value is (235,218,120).

#ebda78 hex color red value is 235, green value is 218 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ebda78 hue: 0.14 , saturation: 0.74 and the lightness value of ebda78 is 0.70.

The process color (four color CMYK) of #ebda78 color hex is 0.00, 0.07, 0.49, 0.08. Web safe color of #ebda78 is #ffcc66. Color #ebda78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 01111000
Octal 353 332 170
Decimal 235 218 120
Hex EB DA 78

RGB Percentages of Color #ebda78

%41.01
%38.05
%20.94

CMYK Percentages of Color #ebda78

%0
%7
%49
%8

Triadic Colors of #ebda78

#ebda78 #78ebda #da78eb

Analogous Colors of #ebda78

#ebda78 #c3eb78 #eba178

Monochromatic Colors of #ebda78

#ebda78

Complementary Color

#ebda78 #7889eb

#ebda78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebda78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebda78 Color CSS Codes

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

#ebda78 Text Font Color

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

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


#ebda78 Background Color

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

This div background color is #ebda78


#ebda78 Border Color

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

This div border color is #ebda78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebda78


Comments

No comments written yet.

Please login to write comment.