Color Hex Logo

#ebc184 Color Hex

#EBC184
(235,193,132)
0 Favorites   0 Comments

Color spaces of #ebc184

RGB 235193132
HSL0.100.720.72
HSV36°44°92°
CMYK 0.000.180.44   0.08
XYZ57.495857.468029.8919
Yxy57.46800.39690.3967
Hunter Lab75.80772.718729.6866
CIE-Lab80.44217.167136.2941

#ebc184 color RGB value is (235,193,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 10000100
Octal 353 301 204
Decimal 235 193 132
Hex EB C1 84

RGB Percentages of Color #ebc184

%41.96
%34.46
%23.57

CMYK Percentages of Color #ebc184

%0
%18
%44
%8

Triadic Colors of #ebc184

#ebc184 #84ebc1 #c184eb

Analogous Colors of #ebc184

#ebc184 #e2eb84 #eb8e84

Monochromatic Colors of #ebc184

#ebc184

Complementary Color

#ebc184 #84aeeb

#ebc184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc184 Color CSS Codes

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

#ebc184 Text Font Color

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

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


#ebc184 Background Color

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

This div background color is #ebc184


#ebc184 Border Color

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

This div border color is #ebc184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc184


Comments

No comments written yet.

Please login to write comment.