Color Hex Logo

#eba666 Color Hex

#EBA666
(235,166,102)
0 Favorites   0 Comments

Color spaces of #eba666

RGB 235166102
HSL0.080.770.66
HSV29°57°92°
CMYK 0.000.290.57   0.08
XYZ50.295445.893918.7779
Yxy45.89390.43750.3992
Hunter Lab67.745013.968530.9872
CIE-Lab73.476618.745542.9452

#eba666 color RGB value is (235,166,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 01100110
Octal 353 246 146
Decimal 235 166 102
Hex EB A6 66

RGB Percentages of Color #eba666

%46.72
%33.00
%20.28

CMYK Percentages of Color #eba666

%0
%29
%57
%8

Triadic Colors of #eba666

#eba666 #66eba6 #a666eb

Analogous Colors of #eba666

#eba666 #ebe966 #eb6669

Monochromatic Colors of #eba666

#eba666

Complementary Color

#eba666 #66abeb

#eba666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba666 Color CSS Codes

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

#eba666 Text Font Color

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

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


#eba666 Background Color

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

This div background color is #eba666


#eba666 Border Color

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

This div border color is #eba666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba666


Comments

No comments written yet.

Please login to write comment.