Color Hex Logo

#ebd184 Color Hex

#EBD184
(235,209,132)
0 Favorites   0 Comments

Color spaces of #ebd184

RGB 235209132
HSL0.120.720.72
HSV45°44°92°
CMYK 0.000.110.44   0.08
XYZ61.226364.929031.1354
Yxy64.92900.38930.4128
Hunter Lab80.5785-5.382133.4954
CIE-Lab84.4471-1.141341.4213

#ebd184 color RGB value is (235,209,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 10000100
Octal 353 321 204
Decimal 235 209 132
Hex EB D1 84

RGB Percentages of Color #ebd184

%40.80
%36.28
%22.92

CMYK Percentages of Color #ebd184

%0
%11
%44
%8

Triadic Colors of #ebd184

#ebd184 #84ebd1 #d184eb

Analogous Colors of #ebd184

#ebd184 #d2eb84 #eb9e84

Monochromatic Colors of #ebd184

#ebd184

Complementary Color

#ebd184 #849eeb

#ebd184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd184 Color CSS Codes

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

#ebd184 Text Font Color

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

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


#ebd184 Background Color

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

This div background color is #ebd184


#ebd184 Border Color

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

This div border color is #ebd184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd184


Comments

No comments written yet.

Please login to write comment.