Color Hex Logo

#eba669 Color Hex

#EBA669
(235,166,105)
0 Favorites   0 Comments

Color spaces of #eba669

RGB 235166105
HSL0.080.760.67
HSV28°55°92°
CMYK 0.000.290.55   0.08
XYZ50.447045.954519.5759
Yxy45.95450.43500.3962
Hunter Lab67.789714.202030.3314
CIE-Lab73.516018.981741.4579

#eba669 color RGB value is (235,166,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 01101001
Octal 353 246 151
Decimal 235 166 105
Hex EB A6 69

RGB Percentages of Color #eba669

%46.44
%32.81
%20.75

CMYK Percentages of Color #eba669

%0
%29
%55
%8

Triadic Colors of #eba669

#eba669 #69eba6 #a669eb

Analogous Colors of #eba669

#eba669 #ebe769 #eb696d

Monochromatic Colors of #eba669

#eba669

Complementary Color

#eba669 #69aeeb

#eba669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba669 Color CSS Codes

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

#eba669 Text Font Color

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

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


#eba669 Background Color

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

This div background color is #eba669


#eba669 Border Color

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

This div border color is #eba669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba669


Comments

No comments written yet.

Please login to write comment.