Color Hex Logo

#ebd882 Color Hex

#EBD882
(235,216,130)
0 Favorites   0 Comments

Color spaces of #ebd882

RGB 235216130
HSL0.140.720.72
HSV49°45°92°
CMYK 0.000.080.45   0.08
XYZ62.846168.385631.0065
Yxy68.38560.38740.4215
Hunter Lab82.6956-9.062835.6563
CIE-Lab86.1989-4.917144.6237

#ebd882 color RGB value is (235,216,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 10000010
Octal 353 330 202
Decimal 235 216 130
Hex EB D8 82

RGB Percentages of Color #ebd882

%40.45
%37.18
%22.38

CMYK Percentages of Color #ebd882

%0
%8
%45
%8

Triadic Colors of #ebd882

#ebd882 #82ebd8 #d882eb

Analogous Colors of #ebd882

#ebd882 #caeb82 #eba482

Monochromatic Colors of #ebd882

#ebd882

Complementary Color

#ebd882 #8295eb

#ebd882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd882 Color CSS Codes

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

#ebd882 Text Font Color

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

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


#ebd882 Background Color

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

This div background color is #ebd882


#ebd882 Border Color

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

This div border color is #ebd882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd882

#ebd882 Color Palettes


Comments

No comments written yet.

Please login to write comment.