Color Hex Logo

#ebd775 Color Hex

#EBD775
(235,215,117)
0 Favorites   0 Comments

Color spaces of #ebd775

RGB 235215117
HSL0.140.750.69
HSV50°50°92°
CMYK 0.000.090.50   0.08
XYZ61.772367.547426.6118
Yxy67.54740.39620.4332
Hunter Lab82.1872-9.666238.3333
CIE-Lab85.7796-5.605050.4366

#ebd775 color RGB value is (235,215,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 01110101
Octal 353 327 165
Decimal 235 215 117
Hex EB D7 75

RGB Percentages of Color #ebd775

%41.45
%37.92
%20.63

CMYK Percentages of Color #ebd775

%0
%9
%50
%8

Triadic Colors of #ebd775

#ebd775 #75ebd7 #d775eb

Analogous Colors of #ebd775

#ebd775 #c4eb75 #eb9c75

Monochromatic Colors of #ebd775

#ebd775

Complementary Color

#ebd775 #7589eb

#ebd775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd775 Color CSS Codes

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

#ebd775 Text Font Color

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

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


#ebd775 Background Color

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

This div background color is #ebd775


#ebd775 Border Color

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

This div border color is #ebd775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd775


Comments

No comments written yet.

Please login to write comment.