Color Hex Logo

#ebc989 Color Hex

#EBC989
(235,201,137)
0 Favorites   0 Comments

Color spaces of #ebc989

RGB 235201137
HSL0.110.710.73
HSV39°42°92°
CMYK 0.000.140.42   0.08
XYZ59.663061.241632.3431
Yxy61.24160.38930.3996
Hunter Lab78.2570-0.861730.2757
CIE-Lab82.50853.508136.3967

#ebc989 color RGB value is (235,201,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 10001001
Octal 353 311 211
Decimal 235 201 137
Hex EB C9 89

RGB Percentages of Color #ebc989

%41.01
%35.08
%23.91

CMYK Percentages of Color #ebc989

%0
%14
%42
%8

Triadic Colors of #ebc989

#ebc989 #89ebc9 #c989eb

Analogous Colors of #ebc989

#ebc989 #dceb89 #eb9889

Monochromatic Colors of #ebc989

#ebc989

Complementary Color

#ebc989 #89abeb

#ebc989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc989 Color CSS Codes

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

#ebc989 Text Font Color

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

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


#ebc989 Background Color

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

This div background color is #ebc989


#ebc989 Border Color

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

This div border color is #ebc989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc989


Comments

No comments written yet.

Please login to write comment.