Color Hex Logo

#ebb76b Color Hex

#EBB76B
(235,183,107)
0 Favorites   0 Comments

Color spaces of #ebb76b

RGB 235183107
HSL0.100.760.67
HSV36°54°92°
CMYK 0.000.220.54   0.08
XYZ53.848352.590721.2228
Yxy52.59070.42180.4120
Hunter Lab72.51945.633633.4124
CIE-Lab77.632710.138345.4750

#ebb76b color RGB value is (235,183,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110111 01101011
Octal 353 267 153
Decimal 235 183 107
Hex EB B7 6B

RGB Percentages of Color #ebb76b

%44.76
%34.86
%20.38

CMYK Percentages of Color #ebb76b

%0
%22
%54
%8

Triadic Colors of #ebb76b

#ebb76b #6bebb7 #b76beb

Analogous Colors of #ebb76b

#ebb76b #dfeb6b #eb776b

Monochromatic Colors of #ebb76b

#ebb76b

Complementary Color

#ebb76b #6b9feb

#ebb76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb76b Color CSS Codes

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

#ebb76b Text Font Color

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

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


#ebb76b Background Color

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

This div background color is #ebb76b


#ebb76b Border Color

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

This div border color is #ebb76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb76b


Comments

No comments written yet.

Please login to write comment.