Color Hex Logo

#ebd67e Color Hex

#EBD67E
(235,214,126)
0 Favorites   0 Comments

Color spaces of #ebd67e

RGB 235214126
HSL0.130.730.71
HSV48°46°92°
CMYK 0.000.090.46   0.08
XYZ62.073467.261729.4498
Yxy67.26170.39090.4236
Hunter Lab82.0132-8.421836.1191
CIE-Lab85.6359-4.283145.8930

#ebd67e color RGB value is (235,214,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 01111110
Octal 353 326 176
Decimal 235 214 126
Hex EB D6 7E

RGB Percentages of Color #ebd67e

%40.87
%37.22
%21.91

CMYK Percentages of Color #ebd67e

%0
%9
%46
%8

Triadic Colors of #ebd67e

#ebd67e #7eebd6 #d67eeb

Analogous Colors of #ebd67e

#ebd67e #caeb7e #eba07e

Monochromatic Colors of #ebd67e

#ebd67e

Complementary Color

#ebd67e #7e93eb

#ebd67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd67e Color CSS Codes

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

#ebd67e Text Font Color

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

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


#ebd67e Background Color

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

This div background color is #ebd67e


#ebd67e Border Color

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

This div border color is #ebd67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd67e


Comments

No comments written yet.

Please login to write comment.