Color Hex Logo

#ebd555 Color Hex

#EBD555
(235,213,85)
0 Favorites   0 Comments

Color spaces of #ebd555

RGB 23521385
HSL0.140.790.63
HSV51°64°92°
CMYK 0.000.090.64   0.08
XYZ59.694965.906518.1693
Yxy65.90650.41520.4584
Hunter Lab81.1828-10.816343.5584
CIE-Lab84.9487-6.934063.9405

#ebd555 color RGB value is (235,213,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 01010101
Octal 353 325 125
Decimal 235 213 85
Hex EB D5 55

RGB Percentages of Color #ebd555

%44.09
%39.96
%15.95

CMYK Percentages of Color #ebd555

%0
%9
%64
%8

Triadic Colors of #ebd555

#ebd555 #55ebd5 #d555eb

Analogous Colors of #ebd555

#ebd555 #b6eb55 #eb8a55

Monochromatic Colors of #ebd555

#ebd555

Complementary Color

#ebd555 #556beb

#ebd555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd555 Color CSS Codes

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

#ebd555 Text Font Color

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

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


#ebd555 Background Color

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

This div background color is #ebd555


#ebd555 Border Color

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

This div border color is #ebd555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd555


Comments

No comments written yet.

Please login to write comment.