Color Hex Logo

#ebc083 Color Hex

#EBC083
(235,192,131)
0 Favorites   0 Comments

Color spaces of #ebc083

RGB 235192131
HSL0.100.720.72
HSV35°44°92°
CMYK 0.000.180.44   0.08
XYZ57.207357.000129.4597
Yxy57.00010.39820.3968
Hunter Lab75.49843.132329.7138
CIE-Lab80.17977.589936.4711

#ebc083 color RGB value is (235,192,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 10000011
Octal 353 300 203
Decimal 235 192 131
Hex EB C0 83

RGB Percentages of Color #ebc083

%42.11
%34.41
%23.48

CMYK Percentages of Color #ebc083

%0
%18
%44
%8

Triadic Colors of #ebc083

#ebc083 #83ebc0 #c083eb

Analogous Colors of #ebc083

#ebc083 #e2eb83 #eb8c83

Monochromatic Colors of #ebc083

#ebc083

Complementary Color

#ebc083 #83aeeb

#ebc083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc083 Color CSS Codes

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

#ebc083 Text Font Color

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

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


#ebc083 Background Color

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

This div background color is #ebc083


#ebc083 Border Color

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

This div border color is #ebc083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc083


Comments

No comments written yet.

Please login to write comment.