Color Hex Logo

#ebd176 Color Hex

#EBD176
(235,209,118)
0 Favorites   0 Comments

Color spaces of #ebd176

RGB 235209118
HSL0.130.750.69
HSV47°50°92°
CMYK 0.000.110.50   0.08
XYZ60.331464.571126.4232
Yxy64.57110.39870.4267
Hunter Lab80.3561-6.605436.7532
CIE-Lab84.2622-2.458648.1165

#ebd176 color RGB value is (235,209,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 01110110
Octal 353 321 166
Decimal 235 209 118
Hex EB D1 76

RGB Percentages of Color #ebd176

%41.81
%37.19
%21.00

CMYK Percentages of Color #ebd176

%0
%11
%50
%8

Triadic Colors of #ebd176

#ebd176 #76ebd1 #d176eb

Analogous Colors of #ebd176

#ebd176 #cbeb76 #eb9776

Monochromatic Colors of #ebd176

#ebd176

Complementary Color

#ebd176 #7690eb

#ebd176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd176 Color CSS Codes

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

#ebd176 Text Font Color

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

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


#ebd176 Background Color

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

This div background color is #ebd176


#ebd176 Border Color

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

This div border color is #ebd176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd176


Comments

No comments written yet.

Please login to write comment.