Color Hex Logo

#ebd16c Color Hex

#EBD16C
(235,209,108)
0 Favorites   0 Comments

Color spaces of #ebd16c

RGB 235209108
HSL0.130.760.67
HSV48°54°92°
CMYK 0.000.110.54   0.08
XYZ59.768264.345823.4572
Yxy64.34580.40500.4360
Hunter Lab80.2158-7.378738.8131
CIE-Lab84.1455-3.296652.7694

#ebd16c color RGB value is (235,209,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 01101100
Octal 353 321 154
Decimal 235 209 108
Hex EB D1 6C

RGB Percentages of Color #ebd16c

%42.57
%37.86
%19.57

CMYK Percentages of Color #ebd16c

%0
%11
%54
%8

Triadic Colors of #ebd16c

#ebd16c #6cebd1 #d16ceb

Analogous Colors of #ebd16c

#ebd16c #c6eb6c #eb926c

Monochromatic Colors of #ebd16c

#ebd16c

Complementary Color

#ebd16c #6c86eb

#ebd16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd16c Color CSS Codes

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

#ebd16c Text Font Color

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

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


#ebd16c Background Color

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

This div background color is #ebd16c


#ebd16c Border Color

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

This div border color is #ebd16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd16c


Comments

No comments written yet.

Please login to write comment.