Color Hex Logo

#ebc06f Color Hex

#EBC06F
(235,192,111)
0 Favorites   0 Comments

Color spaces of #ebc06f

RGB 235192111
HSL0.110.760.68
HSV39°53°92°
CMYK 0.000.180.53   0.08
XYZ55.979856.509122.9958
Yxy56.50910.41320.4171
Hunter Lab75.17251.374234.4836
CIE-Lab79.90275.742446.2455

#ebc06f color RGB value is (235,192,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 01101111
Octal 353 300 157
Decimal 235 192 111
Hex EB C0 6F

RGB Percentages of Color #ebc06f

%43.68
%35.69
%20.63

CMYK Percentages of Color #ebc06f

%0
%18
%53
%8

Triadic Colors of #ebc06f

#ebc06f #6febc0 #c06feb

Analogous Colors of #ebc06f

#ebc06f #d8eb6f #eb826f

Monochromatic Colors of #ebc06f

#ebc06f

Complementary Color

#ebc06f #6f9aeb

#ebc06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc06f Color CSS Codes

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

#ebc06f Text Font Color

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

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


#ebc06f Background Color

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

This div background color is #ebc06f


#ebc06f Border Color

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

This div border color is #ebc06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc06f


Comments

No comments written yet.

Please login to write comment.