Color Hex Logo

#ebd489 Color Hex

#EBD489
(235,212,137)
0 Favorites   0 Comments

Color spaces of #ebd489

RGB 235212137
HSL0.130.710.73
HSV46°42°92°
CMYK 0.000.100.42   0.08
XYZ62.319866.555333.2288
Yxy66.55530.38440.4106
Hunter Lab81.5814-6.411932.9577
CIE-Lab85.2789-2.170839.9661

#ebd489 color RGB value is (235,212,137).

#ebd489 hex color red value is 235, green value is 212 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ebd489 hue: 0.13 , saturation: 0.71 and the lightness value of ebd489 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 10001001
Octal 353 324 211
Decimal 235 212 137
Hex EB D4 89

RGB Percentages of Color #ebd489

%40.24
%36.30
%23.46

CMYK Percentages of Color #ebd489

%0
%10
%42
%8

Triadic Colors of #ebd489

#ebd489 #89ebd4 #d489eb

Analogous Colors of #ebd489

#ebd489 #d1eb89 #eba389

Monochromatic Colors of #ebd489

#ebd489

Complementary Color

#ebd489 #89a0eb

#ebd489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd489 Color CSS Codes

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

#ebd489 Text Font Color

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

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


#ebd489 Background Color

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

This div background color is #ebd489


#ebd489 Border Color

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

This div border color is #ebd489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd489

#ebd489 Color Palettes


Comments

No comments written yet.

Please login to write comment.