Color Hex Logo

#ebd46c Color Hex

#EBD46C
(235,212,108)
0 Favorites   0 Comments

Color spaces of #ebd46c

RGB 235212108
HSL0.140.760.67
HSV49°54°92°
CMYK 0.000.100.54   0.08
XYZ60.511265.831823.7049
Yxy65.83180.40330.4387
Hunter Lab81.1368-8.865539.4736
CIE-Lab84.9105-4.826653.6679

#ebd46c color RGB value is (235,212,108).

#ebd46c hex color red value is 235, green value is 212 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ebd46c hue: 0.14 , saturation: 0.76 and the lightness value of ebd46c is 0.67.

The process color (four color CMYK) of #ebd46c color hex is 0.00, 0.10, 0.54, 0.08. Web safe color of #ebd46c is #ffcc66. Color #ebd46c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 01101100
Octal 353 324 154
Decimal 235 212 108
Hex EB D4 6C

RGB Percentages of Color #ebd46c

%42.34
%38.20
%19.46

CMYK Percentages of Color #ebd46c

%0
%10
%54
%8

Triadic Colors of #ebd46c

#ebd46c #6cebd4 #d46ceb

Analogous Colors of #ebd46c

#ebd46c #c3eb6c #eb956c

Monochromatic Colors of #ebd46c

#ebd46c

Complementary Color

#ebd46c #6c83eb

#ebd46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd46c Color CSS Codes

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

#ebd46c Text Font Color

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

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


#ebd46c Background Color

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

This div background color is #ebd46c


#ebd46c Border Color

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

This div border color is #ebd46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd46c


Comments

No comments written yet.

Please login to write comment.