Color Hex Logo

#eba369 Color Hex

#EBA369
(235,163,105)
0 Favorites   0 Comments

Color spaces of #eba369

RGB 235163105
HSL0.070.760.67
HSV27°55°92°
CMYK 0.000.310.55   0.08
XYZ49.907944.876519.3962
Yxy44.87650.43710.3930
Hunter Lab66.989915.751229.7262
CIE-Lab72.810520.575440.5880

#eba369 color RGB value is (235,163,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 01101001
Octal 353 243 151
Decimal 235 163 105
Hex EB A3 69

RGB Percentages of Color #eba369

%46.72
%32.41
%20.87

CMYK Percentages of Color #eba369

%0
%31
%55
%8

Triadic Colors of #eba369

#eba369 #69eba3 #a369eb

Analogous Colors of #eba369

#eba369 #ebe469 #eb6970

Monochromatic Colors of #eba369

#eba369

Complementary Color

#eba369 #69b1eb

#eba369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba369 Color CSS Codes

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

#eba369 Text Font Color

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

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


#eba369 Background Color

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

This div background color is #eba369


#eba369 Border Color

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

This div border color is #eba369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba369


Comments

No comments written yet.

Please login to write comment.