Color Hex Logo

#eba065 Color Hex

#EBA065
(235,160,101)
0 Favorites   0 Comments

Color spaces of #eba065

RGB 235160101
HSL0.070.770.66
HSV26°57°92°
CMYK 0.000.320.57   0.08
XYZ49.180743.743418.1631
Yxy43.74340.44270.3938
Hunter Lab66.138816.989430.0149
CIE-Lab72.056721.856041.7254

#eba065 color RGB value is (235,160,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 01100101
Octal 353 240 145
Decimal 235 160 101
Hex EB A0 65

RGB Percentages of Color #eba065

%47.38
%32.26
%20.36

CMYK Percentages of Color #eba065

%0
%32
%57
%8

Triadic Colors of #eba065

#eba065 #65eba0 #a065eb

Analogous Colors of #eba065

#eba065 #ebe365 #eb656d

Monochromatic Colors of #eba065

#eba065

Complementary Color

#eba065 #65b0eb

#eba065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba065 Color CSS Codes

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

#eba065 Text Font Color

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

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


#eba065 Background Color

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

This div background color is #eba065


#eba065 Border Color

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

This div border color is #eba065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba065


Comments

No comments written yet.

Please login to write comment.