Color Hex Logo

#eba469 Color Hex

#EBA469
(235,164,105)
0 Favorites   0 Comments

Color spaces of #eba469

RGB 235164105
HSL0.080.760.67
HSV27°55°92°
CMYK 0.000.300.55   0.08
XYZ50.086245.233019.4556
Yxy45.23300.43640.3941
Hunter Lab67.255515.234629.9275
CIE-Lab73.045120.044240.8776

#eba469 color RGB value is (235,164,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100100 01101001
Octal 353 244 151
Decimal 235 164 105
Hex EB A4 69

RGB Percentages of Color #eba469

%46.63
%32.54
%20.83

CMYK Percentages of Color #eba469

%0
%30
%55
%8

Triadic Colors of #eba469

#eba469 #69eba4 #a469eb

Analogous Colors of #eba469

#eba469 #ebe569 #eb696f

Monochromatic Colors of #eba469

#eba469

Complementary Color

#eba469 #69b0eb

#eba469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba469 Color CSS Codes

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

#eba469 Text Font Color

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

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


#eba469 Background Color

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

This div background color is #eba469


#eba469 Border Color

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

This div border color is #eba469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba469


Comments

No comments written yet.

Please login to write comment.