Color Hex Logo

#ebd377 Color Hex

#EBD377
(235,211,119)
0 Favorites   0 Comments

Color spaces of #ebd377

RGB 235211119
HSL0.130.740.69
HSV48°49°92°
CMYK 0.000.100.49   0.08
XYZ60.885065.582626.9025
Yxy65.58260.39700.4276
Hunter Lab80.9831-7.519936.9921
CIE-Lab84.7831-3.393248.2647

#ebd377 color RGB value is (235,211,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 01110111
Octal 353 323 167
Decimal 235 211 119
Hex EB D3 77

RGB Percentages of Color #ebd377

%41.59
%37.35
%21.06

CMYK Percentages of Color #ebd377

%0
%10
%49
%8

Triadic Colors of #ebd377

#ebd377 #77ebd3 #d377eb

Analogous Colors of #ebd377

#ebd377 #c9eb77 #eb9977

Monochromatic Colors of #ebd377

#ebd377

Complementary Color

#ebd377 #778feb

#ebd377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd377 Color CSS Codes

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

#ebd377 Text Font Color

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

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


#ebd377 Background Color

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

This div background color is #ebd377


#ebd377 Border Color

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

This div border color is #ebd377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd377


Comments

No comments written yet.

Please login to write comment.