Color Hex Logo

#ebad60 Color Hex

#EBAD60
(235,173,96)
0 Favorites   0 Comments

Color spaces of #ebad60

RGB 23517396
HSL0.090.780.65
HSV33°59°92°
CMYK 0.000.260.59   0.08
XYZ51.315848.393817.7026
Yxy48.39380.43710.4122
Hunter Lab69.56579.932433.6082
CIE-Lab75.072614.582947.8638

#ebad60 color RGB value is (235,173,96).

#ebad60 hex color red value is 235, green value is 173 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ebad60 hue: 0.09 , saturation: 0.78 and the lightness value of ebad60 is 0.65.

The process color (four color CMYK) of #ebad60 color hex is 0.00, 0.26, 0.59, 0.08. Web safe color of #ebad60 is #ff9966. Color #ebad60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 01100000
Octal 353 255 140
Decimal 235 173 96
Hex EB AD 60

RGB Percentages of Color #ebad60

%46.63
%34.33
%19.05

CMYK Percentages of Color #ebad60

%0
%26
%59
%8

Triadic Colors of #ebad60

#ebad60 #60ebad #ad60eb

Analogous Colors of #ebad60

#ebad60 #e4eb60 #eb6860

Monochromatic Colors of #ebad60

#ebad60

Complementary Color

#ebad60 #609eeb

#ebad60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebad60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebad60 Color CSS Codes

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

#ebad60 Text Font Color

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

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


#ebad60 Background Color

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

This div background color is #ebad60


#ebad60 Border Color

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

This div border color is #ebad60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebad60


Comments

No comments written yet.

Please login to write comment.