Color Hex Logo

#ebc173 Color Hex

#EBC173
(235,193,115)
0 Favorites   0 Comments

Color spaces of #ebc173

RGB 235193115
HSL0.110.750.69
HSV39°51°92°
CMYK 0.000.180.51   0.08
XYZ56.425457.039924.2555
Yxy57.03990.40970.4142
Hunter Lab75.52481.191033.8258
CIE-Lab80.20205.561344.6254

#ebc173 color RGB value is (235,193,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 01110011
Octal 353 301 163
Decimal 235 193 115
Hex EB C1 73

RGB Percentages of Color #ebc173

%43.28
%35.54
%21.18

CMYK Percentages of Color #ebc173

%0
%18
%51
%8

Triadic Colors of #ebc173

#ebc173 #73ebc1 #c173eb

Analogous Colors of #ebc173

#ebc173 #d9eb73 #eb8573

Monochromatic Colors of #ebc173

#ebc173

Complementary Color

#ebc173 #739deb

#ebc173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc173 Color CSS Codes

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

#ebc173 Text Font Color

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

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


#ebc173 Background Color

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

This div background color is #ebc173


#ebc173 Border Color

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

This div border color is #ebc173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc173


Comments

No comments written yet.

Please login to write comment.