Color Hex Logo

#ebd881 Color Hex

#EBD881
(235,216,129)
0 Favorites   0 Comments

Color spaces of #ebd881

RGB 235216129
HSL0.140.730.71
HSV49°45°92°
CMYK 0.000.080.45   0.08
XYZ62.779368.358930.6546
Yxy68.35890.38800.4225
Hunter Lab82.6794-9.152235.8930
CIE-Lab86.1856-5.014145.1004

#ebd881 color RGB value is (235,216,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 10000001
Octal 353 330 201
Decimal 235 216 129
Hex EB D8 81

RGB Percentages of Color #ebd881

%40.52
%37.24
%22.24

CMYK Percentages of Color #ebd881

%0
%8
%45
%8

Triadic Colors of #ebd881

#ebd881 #81ebd8 #d881eb

Analogous Colors of #ebd881

#ebd881 #c9eb81 #eba381

Monochromatic Colors of #ebd881

#ebd881

Complementary Color

#ebd881 #8194eb

#ebd881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd881 Color CSS Codes

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

#ebd881 Text Font Color

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

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


#ebd881 Background Color

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

This div background color is #ebd881


#ebd881 Border Color

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

This div border color is #ebd881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd881


Comments

No comments written yet.

Please login to write comment.