Color Hex Logo

#ebc67f Color Hex

#EBC67F
(235,198,127)
0 Favorites   0 Comments

Color spaces of #ebc67f

RGB 235198127
HSL0.110.730.71
HSV39°46°92°
CMYK 0.000.160.46   0.08
XYZ58.285859.582628.5073
Yxy59.58260.39820.4071
Hunter Lab77.1898-0.297232.1362
CIE-Lab81.61084.057640.3479

#ebc67f color RGB value is (235,198,127).

#ebc67f hex color red value is 235, green value is 198 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ebc67f hue: 0.11 , saturation: 0.73 and the lightness value of ebc67f is 0.71.

The process color (four color CMYK) of #ebc67f color hex is 0.00, 0.16, 0.46, 0.08. Web safe color of #ebc67f is #ffcc66. Color #ebc67f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 01111111
Octal 353 306 177
Decimal 235 198 127
Hex EB C6 7F

RGB Percentages of Color #ebc67f

%41.96
%35.36
%22.68

CMYK Percentages of Color #ebc67f

%0
%16
%46
%8

Triadic Colors of #ebc67f

#ebc67f #7febc6 #c67feb

Analogous Colors of #ebc67f

#ebc67f #daeb7f #eb907f

Monochromatic Colors of #ebc67f

#ebc67f

Complementary Color

#ebc67f #7fa4eb

#ebc67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc67f Color CSS Codes

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

#ebc67f Text Font Color

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

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


#ebc67f Background Color

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

This div background color is #ebc67f


#ebc67f Border Color

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

This div border color is #ebc67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc67f


Comments

No comments written yet.

Please login to write comment.