Color Hex Logo

#ebb86b Color Hex

#EBB86B
(235,184,107)
0 Favorites   0 Comments

Color spaces of #ebb86b

RGB 235184107
HSL0.100.760.67
HSV36°54°92°
CMYK 0.000.220.54   0.08
XYZ54.055353.004721.2918
Yxy53.00470.42110.4130
Hunter Lab72.80435.124033.6235
CIE-Lab77.87789.611545.7720

#ebb86b color RGB value is (235,184,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 01101011
Octal 353 270 153
Decimal 235 184 107
Hex EB B8 6B

RGB Percentages of Color #ebb86b

%44.68
%34.98
%20.34

CMYK Percentages of Color #ebb86b

%0
%22
%54
%8

Triadic Colors of #ebb86b

#ebb86b #6bebb8 #b86beb

Analogous Colors of #ebb86b

#ebb86b #deeb6b #eb786b

Monochromatic Colors of #ebb86b

#ebb86b

Complementary Color

#ebb86b #6b9eeb

#ebb86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb86b Color CSS Codes

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

#ebb86b Text Font Color

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

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


#ebb86b Background Color

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

This div background color is #ebb86b


#ebb86b Border Color

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

This div border color is #ebb86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb86b


Comments

No comments written yet.

Please login to write comment.