Color Hex Logo

#ebd173 Color Hex

#EBD173
(235,209,115)
0 Favorites   0 Comments

Color spaces of #ebd173

RGB 235209115
HSL0.130.750.69
HSV47°51°92°
CMYK 0.000.110.51   0.08
XYZ60.155964.500925.4990
Yxy64.50090.40060.4296
Hunter Lab80.3125-6.846137.3943
CIE-Lab84.2259-2.719049.5256

#ebd173 color RGB value is (235,209,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 01110011
Octal 353 321 163
Decimal 235 209 115
Hex EB D1 73

RGB Percentages of Color #ebd173

%42.04
%37.39
%20.57

CMYK Percentages of Color #ebd173

%0
%11
%51
%8

Triadic Colors of #ebd173

#ebd173 #73ebd1 #d173eb

Analogous Colors of #ebd173

#ebd173 #c9eb73 #eb9573

Monochromatic Colors of #ebd173

#ebd173

Complementary Color

#ebd173 #738deb

#ebd173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd173 Color CSS Codes

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

#ebd173 Text Font Color

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

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


#ebd173 Background Color

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

This div background color is #ebd173


#ebd173 Border Color

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

This div border color is #ebd173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd173


Comments

No comments written yet.

Please login to write comment.