Color Hex Logo

#ebc082 Color Hex

#EBC082
(235,192,130)
0 Favorites   0 Comments

Color spaces of #ebc082

RGB 235192130
HSL0.100.720.72
HSV35°45°92°
CMYK 0.000.180.45   0.08
XYZ57.139956.973129.1044
Yxy56.97310.39900.3978
Hunter Lab75.48053.036329.9748
CIE-Lab80.16457.489536.9671

#ebc082 color RGB value is (235,192,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 10000010
Octal 353 300 202
Decimal 235 192 130
Hex EB C0 82

RGB Percentages of Color #ebc082

%42.19
%34.47
%23.34

CMYK Percentages of Color #ebc082

%0
%18
%45
%8

Triadic Colors of #ebc082

#ebc082 #82ebc0 #c082eb

Analogous Colors of #ebc082

#ebc082 #e2eb82 #eb8c82

Monochromatic Colors of #ebc082

#ebc082

Complementary Color

#ebc082 #82adeb

#ebc082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc082 Color CSS Codes

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

#ebc082 Text Font Color

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

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


#ebc082 Background Color

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

This div background color is #ebc082


#ebc082 Border Color

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

This div border color is #ebc082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc082


Comments

No comments written yet.

Please login to write comment.