Color Hex Logo

#ebd67f Color Hex

#EBD67F
(235,214,127)
0 Favorites   0 Comments

Color spaces of #ebd67f

RGB 235214127
HSL0.130.730.71
HSV48°46°92°
CMYK 0.000.090.46   0.08
XYZ62.138367.287629.7914
Yxy67.28760.39030.4226
Hunter Lab82.0290-8.334235.8873
CIE-Lab85.6490-4.188245.4173

#ebd67f color RGB value is (235,214,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 01111111
Octal 353 326 177
Decimal 235 214 127
Hex EB D6 7F

RGB Percentages of Color #ebd67f

%40.80
%37.15
%22.05

CMYK Percentages of Color #ebd67f

%0
%9
%46
%8

Triadic Colors of #ebd67f

#ebd67f #7febd6 #d67feb

Analogous Colors of #ebd67f

#ebd67f #caeb7f #eba07f

Monochromatic Colors of #ebd67f

#ebd67f

Complementary Color

#ebd67f #7f94eb

#ebd67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd67f Color CSS Codes

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

#ebd67f Text Font Color

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

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


#ebd67f Background Color

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

This div background color is #ebd67f


#ebd67f Border Color

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

This div border color is #ebd67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd67f


Comments

No comments written yet.

Please login to write comment.