Color Hex Logo

#ebc46f Color Hex

#EBC46F
(235,196,111)
0 Favorites   0 Comments

Color spaces of #ebc46f

RGB 235196111
HSL0.110.760.68
HSV41°53°92°
CMYK 0.000.170.53   0.08
XYZ56.870158.289723.2926
Yxy58.28970.41080.4210
Hunter Lab76.3477-0.646835.3548
CIE-Lab80.89963.655647.4541

#ebc46f color RGB value is (235,196,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 01101111
Octal 353 304 157
Decimal 235 196 111
Hex EB C4 6F

RGB Percentages of Color #ebc46f

%43.36
%36.16
%20.48

CMYK Percentages of Color #ebc46f

%0
%17
%53
%8

Triadic Colors of #ebc46f

#ebc46f #6febc4 #c46feb

Analogous Colors of #ebc46f

#ebc46f #d4eb6f #eb866f

Monochromatic Colors of #ebc46f

#ebc46f

Complementary Color

#ebc46f #6f96eb

#ebc46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc46f Color CSS Codes

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

#ebc46f Text Font Color

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

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


#ebc46f Background Color

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

This div background color is #ebc46f


#ebc46f Border Color

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

This div border color is #ebc46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc46f


Comments

No comments written yet.

Please login to write comment.