Color Hex Logo

#eba569 Color Hex

#EBA569
(235,165,105)
0 Favorites   0 Comments

Color spaces of #eba569

RGB 235165105
HSL0.080.760.67
HSV28°55°92°
CMYK 0.000.300.55   0.08
XYZ50.265945.592419.5155
Yxy45.59240.43570.3952
Hunter Lab67.522114.718030.1293
CIE-Lab73.280319.512841.1677

#eba569 color RGB value is (235,165,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100101 01101001
Octal 353 245 151
Decimal 235 165 105
Hex EB A5 69

RGB Percentages of Color #eba569

%46.53
%32.67
%20.79

CMYK Percentages of Color #eba569

%0
%30
%55
%8

Triadic Colors of #eba569

#eba569 #69eba5 #a569eb

Analogous Colors of #eba569

#eba569 #ebe669 #eb696e

Monochromatic Colors of #eba569

#eba569

Complementary Color

#eba569 #69afeb

#eba569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba569 Color CSS Codes

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

#eba569 Text Font Color

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

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


#eba569 Background Color

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

This div background color is #eba569


#eba569 Border Color

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

This div border color is #eba569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba569


Comments

No comments written yet.

Please login to write comment.