Color Hex Logo

#ebb66b Color Hex

#EBB66B
(235,182,107)
0 Favorites   0 Comments

Color spaces of #ebb66b

RGB 235182107
HSL0.100.760.67
HSV35°54°92°
CMYK 0.000.230.54   0.08
XYZ53.642752.179621.1543
Yxy52.17960.42250.4109
Hunter Lab72.23546.143733.2016
CIE-Lab77.388110.665545.1782

#ebb66b color RGB value is (235,182,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110110 01101011
Octal 353 266 153
Decimal 235 182 107
Hex EB B6 6B

RGB Percentages of Color #ebb66b

%44.85
%34.73
%20.42

CMYK Percentages of Color #ebb66b

%0
%23
%54
%8

Triadic Colors of #ebb66b

#ebb66b #6bebb6 #b66beb

Analogous Colors of #ebb66b

#ebb66b #e0eb6b #eb766b

Monochromatic Colors of #ebb66b

#ebb66b

Complementary Color

#ebb66b #6ba0eb

#ebb66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb66b Color CSS Codes

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

#ebb66b Text Font Color

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

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


#ebb66b Background Color

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

This div background color is #ebb66b


#ebb66b Border Color

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

This div border color is #ebb66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb66b


Comments

No comments written yet.

Please login to write comment.