Color Hex Logo

#ebd574 Color Hex

#EBD574
(235,213,116)
0 Favorites   0 Comments

Color spaces of #ebd574

RGB 235213116
HSL0.140.750.69
HSV49°51°92°
CMYK 0.000.090.51   0.08
XYZ61.207666.511626.1350
Yxy66.51160.39780.4323
Hunter Lab81.5546-8.754538.0882
CIE-Lab85.2567-4.674850.2863

#ebd574 color RGB value is (235,213,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 01110100
Octal 353 325 164
Decimal 235 213 116
Hex EB D5 74

RGB Percentages of Color #ebd574

%41.67
%37.77
%20.57

CMYK Percentages of Color #ebd574

%0
%9
%51
%8

Triadic Colors of #ebd574

#ebd574 #74ebd5 #d574eb

Analogous Colors of #ebd574

#ebd574 #c6eb74 #eb9a74

Monochromatic Colors of #ebd574

#ebd574

Complementary Color

#ebd574 #748aeb

#ebd574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd574 Color CSS Codes

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

#ebd574 Text Font Color

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

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


#ebd574 Background Color

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

This div background color is #ebd574


#ebd574 Border Color

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

This div border color is #ebd574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd574


Comments

No comments written yet.

Please login to write comment.