Color Hex Logo

#ebb76f Color Hex

#EBB76F
(235,183,111)
0 Favorites   0 Comments

Color spaces of #ebb76f

RGB 235183111
HSL0.100.760.68
HSV35°53°92°
CMYK 0.000.220.53   0.08
XYZ54.063752.676822.3571
Yxy52.67680.41880.4080
Hunter Lab72.57885.951232.5415
CIE-Lab77.683810.469143.5329

#ebb76f color RGB value is (235,183,111).

#ebb76f hex color red value is 235, green value is 183 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ebb76f hue: 0.10 , saturation: 0.76 and the lightness value of ebb76f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110111 01101111
Octal 353 267 157
Decimal 235 183 111
Hex EB B7 6F

RGB Percentages of Color #ebb76f

%44.42
%34.59
%20.98

CMYK Percentages of Color #ebb76f

%0
%22
%53
%8

Triadic Colors of #ebb76f

#ebb76f #6febb7 #b76feb

Analogous Colors of #ebb76f

#ebb76f #e1eb6f #eb796f

Monochromatic Colors of #ebb76f

#ebb76f

Complementary Color

#ebb76f #6fa3eb

#ebb76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb76f Color CSS Codes

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

#ebb76f Text Font Color

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

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


#ebb76f Background Color

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

This div background color is #ebb76f


#ebb76f Border Color

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

This div border color is #ebb76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb76f


Comments

No comments written yet.

Please login to write comment.