Color Hex Logo

#ebb981 Color Hex

#EBB981
(235,185,129)
0 Favorites   0 Comments

Color spaces of #ebb981

RGB 235185129
HSL0.090.730.71
HSV32°45°92°
CMYK 0.000.210.45   0.08
XYZ55.572453.945128.2523
Yxy53.94510.40340.3916
Hunter Lab73.44736.525528.6066
CIE-Lab78.429711.072335.2459

#ebb981 color RGB value is (235,185,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 10000001
Octal 353 271 201
Decimal 235 185 129
Hex EB B9 81

RGB Percentages of Color #ebb981

%42.81
%33.70
%23.50

CMYK Percentages of Color #ebb981

%0
%21
%45
%8

Triadic Colors of #ebb981

#ebb981 #81ebb9 #b981eb

Analogous Colors of #ebb981

#ebb981 #e8eb81 #eb8481

Monochromatic Colors of #ebb981

#ebb981

Complementary Color

#ebb981 #81b3eb

#ebb981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb981 Color CSS Codes

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

#ebb981 Text Font Color

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

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


#ebb981 Background Color

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

This div background color is #ebb981


#ebb981 Border Color

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

This div border color is #ebb981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb981


Comments

No comments written yet.

Please login to write comment.