Color Hex Logo

#ebd877 Color Hex

#EBD877
(235,216,119)
0 Favorites   0 Comments

Color spaces of #ebd877

RGB 235216119
HSL0.140.740.69
HSV50°49°92°
CMYK 0.000.080.49   0.08
XYZ62.146668.105827.3230
Yxy68.10580.39440.4322
Hunter Lab82.5262-10.001038.1385
CIE-Lab86.0593-5.937649.8147

#ebd877 color RGB value is (235,216,119).

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

The process color (four color CMYK) of #ebd877 color hex is 0.00, 0.08, 0.49, 0.08. Web safe color of #ebd877 is #ffcc66. Color #ebd877 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 01110111
Octal 353 330 167
Decimal 235 216 119
Hex EB D8 77

RGB Percentages of Color #ebd877

%41.23
%37.89
%20.88

CMYK Percentages of Color #ebd877

%0
%8
%49
%8

Triadic Colors of #ebd877

#ebd877 #77ebd8 #d877eb

Analogous Colors of #ebd877

#ebd877 #c4eb77 #eb9e77

Monochromatic Colors of #ebd877

#ebd877

Complementary Color

#ebd877 #778aeb

#ebd877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd877 Color CSS Codes

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

#ebd877 Text Font Color

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

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


#ebd877 Background Color

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

This div background color is #ebd877


#ebd877 Border Color

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

This div border color is #ebd877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd877


Comments

No comments written yet.

Please login to write comment.