Color Hex Logo

#ebad40 Color Hex

#EBAD40
(235,173,64)
0 Favorites   0 Comments

Color spaces of #ebad40

RGB 23517364
HSL0.110.810.59
HSV38°73°92°
CMYK 0.000.260.73   0.08
XYZ50.129947.919511.4577
Yxy47.91950.45780.4376
Hunter Lab69.22398.122538.6433
CIE-Lab74.774112.708862.0846

#ebad40 color RGB value is (235,173,64).

#ebad40 hex color red value is 235, green value is 173 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ebad40 hue: 0.11 , saturation: 0.81 and the lightness value of ebad40 is 0.59.

The process color (four color CMYK) of #ebad40 color hex is 0.00, 0.26, 0.73, 0.08. Web safe color of #ebad40 is #ff9933. Color #ebad40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 01000000
Octal 353 255 100
Decimal 235 173 64
Hex EB AD 40

RGB Percentages of Color #ebad40

%49.79
%36.65
%13.56

CMYK Percentages of Color #ebad40

%0
%26
%73
%8

Triadic Colors of #ebad40

#ebad40 #40ebad #ad40eb

Analogous Colors of #ebad40

#ebad40 #d4eb40 #eb5840

Monochromatic Colors of #ebad40

#ebad40

Complementary Color

#ebad40 #407eeb

#ebad40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebad40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebad40 Color CSS Codes

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

#ebad40 Text Font Color

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

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


#ebad40 Background Color

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

This div background color is #ebad40


#ebad40 Border Color

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

This div border color is #ebad40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebad40


Comments

No comments written yet.

Please login to write comment.