Color Hex Logo

#ebd984 Color Hex

#EBD984
(235,217,132)
0 Favorites   0 Comments

Color spaces of #ebd984

RGB 235217132
HSL0.140.720.72
HSV50°44°92°
CMYK 0.000.080.44   0.08
XYZ63.238768.953831.8062
Yxy68.95380.38560.4205
Hunter Lab83.0384-9.378935.4171
CIE-Lab86.4812-5.228643.9887

#ebd984 color RGB value is (235,217,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 10000100
Octal 353 331 204
Decimal 235 217 132
Hex EB D9 84

RGB Percentages of Color #ebd984

%40.24
%37.16
%22.60

CMYK Percentages of Color #ebd984

%0
%8
%44
%8

Triadic Colors of #ebd984

#ebd984 #84ebd9 #d984eb

Analogous Colors of #ebd984

#ebd984 #caeb84 #eba684

Monochromatic Colors of #ebd984

#ebd984

Complementary Color

#ebd984 #8496eb

#ebd984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd984 Color CSS Codes

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

#ebd984 Text Font Color

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

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


#ebd984 Background Color

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

This div background color is #ebd984


#ebd984 Border Color

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

This div border color is #ebd984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd984


Comments

No comments written yet.

Please login to write comment.