Color Hex Logo

#ebad66 Color Hex

#EBAD66
(235,173,102)
0 Favorites   0 Comments

Color spaces of #ebad66

RGB 235173102
HSL0.090.770.66
HSV32°57°92°
CMYK 0.000.260.57   0.08
XYZ51.602848.508619.2137
Yxy48.50860.43250.4065
Hunter Lab69.648110.367832.3975
CIE-Lab75.144615.030344.9663

#ebad66 color RGB value is (235,173,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 01100110
Octal 353 255 146
Decimal 235 173 102
Hex EB AD 66

RGB Percentages of Color #ebad66

%46.08
%33.92
%20.00

CMYK Percentages of Color #ebad66

%0
%26
%57
%8

Triadic Colors of #ebad66

#ebad66 #66ebad #ad66eb

Analogous Colors of #ebad66

#ebad66 #e7eb66 #eb6b66

Monochromatic Colors of #ebad66

#ebad66

Complementary Color

#ebad66 #66a4eb

#ebad66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebad66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebad66 Color CSS Codes

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

#ebad66 Text Font Color

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

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


#ebad66 Background Color

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

This div background color is #ebad66


#ebad66 Border Color

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

This div border color is #ebad66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebad66


Comments

No comments written yet.

Please login to write comment.