Color Hex Logo

#ebb776 Color Hex

#EBB776
(235,183,118)
0 Favorites   0 Comments

Color spaces of #ebb776

RGB 235183118
HSL0.090.750.69
HSV33°50°92°
CMYK 0.000.220.50   0.08
XYZ54.464552.837124.4675
Yxy52.83710.41330.4010
Hunter Lab72.68916.540530.9251
CIE-Lab77.778711.081240.0950

#ebb776 color RGB value is (235,183,118).

#ebb776 hex color red value is 235, green value is 183 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ebb776 hue: 0.09 , saturation: 0.75 and the lightness value of ebb776 is 0.69.

The process color (four color CMYK) of #ebb776 color hex is 0.00, 0.22, 0.50, 0.08. Web safe color of #ebb776 is #ffcc66. Color #ebb776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110111 01110110
Octal 353 267 166
Decimal 235 183 118
Hex EB B7 76

RGB Percentages of Color #ebb776

%43.84
%34.14
%22.01

CMYK Percentages of Color #ebb776

%0
%22
%50
%8

Triadic Colors of #ebb776

#ebb776 #76ebb7 #b776eb

Analogous Colors of #ebb776

#ebb776 #e5eb76 #eb7d76

Monochromatic Colors of #ebb776

#ebb776

Complementary Color

#ebb776 #76aaeb

#ebb776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb776 Color CSS Codes

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

#ebb776 Text Font Color

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

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


#ebb776 Background Color

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

This div background color is #ebb776


#ebb776 Border Color

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

This div border color is #ebb776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb776


Comments

No comments written yet.

Please login to write comment.