Color Hex Logo

#ebc383 Color Hex

#EBC383
(235,195,131)
0 Favorites   0 Comments

Color spaces of #ebc383

RGB 235195131
HSL0.100.720.72
HSV37°44°92°
CMYK 0.000.170.44   0.08
XYZ57.872858.331129.6815
Yxy58.33110.39670.3998
Hunter Lab76.37481.602030.4205
CIE-Lab80.92256.018537.4281

#ebc383 color RGB value is (235,195,131).

#ebc383 hex color red value is 235, green value is 195 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ebc383 hue: 0.10 , saturation: 0.72 and the lightness value of ebc383 is 0.72.

The process color (four color CMYK) of #ebc383 color hex is 0.00, 0.17, 0.44, 0.08. Web safe color of #ebc383 is #ffcc99. Color #ebc383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 10000011
Octal 353 303 203
Decimal 235 195 131
Hex EB C3 83

RGB Percentages of Color #ebc383

%41.89
%34.76
%23.35

CMYK Percentages of Color #ebc383

%0
%17
%44
%8

Triadic Colors of #ebc383

#ebc383 #83ebc3 #c383eb

Analogous Colors of #ebc383

#ebc383 #dfeb83 #eb8f83

Monochromatic Colors of #ebc383

#ebc383

Complementary Color

#ebc383 #83abeb

#ebc383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc383 Color CSS Codes

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

#ebc383 Text Font Color

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

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


#ebc383 Background Color

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

This div background color is #ebc383


#ebc383 Border Color

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

This div border color is #ebc383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc383


Comments

No comments written yet.

Please login to write comment.