Color Hex Logo

#ebc382 Color Hex

#EBC382
(235,195,130)
0 Favorites   0 Comments

Color spaces of #ebc382

RGB 235195130
HSL0.100.720.72
HSV37°45°92°
CMYK 0.000.170.45   0.08
XYZ57.805358.304129.3262
Yxy58.30410.39750.4009
Hunter Lab76.35711.506530.6787
CIE-Lab80.90765.918237.9219

#ebc382 color RGB value is (235,195,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 10000010
Octal 353 303 202
Decimal 235 195 130
Hex EB C3 82

RGB Percentages of Color #ebc382

%41.96
%34.82
%23.21

CMYK Percentages of Color #ebc382

%0
%17
%45
%8

Triadic Colors of #ebc382

#ebc382 #82ebc3 #c382eb

Analogous Colors of #ebc382

#ebc382 #dfeb82 #eb8f82

Monochromatic Colors of #ebc382

#ebc382

Complementary Color

#ebc382 #82aaeb

#ebc382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc382 Color CSS Codes

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

#ebc382 Text Font Color

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

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


#ebc382 Background Color

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

This div background color is #ebc382


#ebc382 Border Color

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

This div border color is #ebc382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc382


Comments

No comments written yet.

Please login to write comment.