Color Hex Logo

#ebd982 Color Hex

#EBD982
(235,217,130)
0 Favorites   0 Comments

Color spaces of #ebd982

RGB 235217130
HSL0.140.720.72
HSV50°45°92°
CMYK 0.000.080.45   0.08
XYZ63.103168.899631.0922
Yxy68.89960.38690.4225
Hunter Lab83.0058-9.559935.8953
CIE-Lab86.4543-5.425044.9429

#ebd982 color RGB value is (235,217,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 10000010
Octal 353 331 202
Decimal 235 217 130
Hex EB D9 82

RGB Percentages of Color #ebd982

%40.38
%37.29
%22.34

CMYK Percentages of Color #ebd982

%0
%8
%45
%8

Triadic Colors of #ebd982

#ebd982 #82ebd9 #d982eb

Analogous Colors of #ebd982

#ebd982 #c9eb82 #eba582

Monochromatic Colors of #ebd982

#ebd982

Complementary Color

#ebd982 #8294eb

#ebd982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd982 Color CSS Codes

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

#ebd982 Text Font Color

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

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


#ebd982 Background Color

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

This div background color is #ebd982


#ebd982 Border Color

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

This div border color is #ebd982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd982


Comments

No comments written yet.

Please login to write comment.