Color Hex Logo

#ebd55b Color Hex

#EBD55B
(235,213,91)
0 Favorites   0 Comments

Color spaces of #ebd55b

RGB 23521391
HSL0.140.780.64
HSV51°61°92°
CMYK 0.000.090.61   0.08
XYZ59.943566.006019.4786
Yxy66.00600.41220.4539
Hunter Lab81.2441-10.476342.6558
CIE-Lab84.9995-6.559261.4443

#ebd55b color RGB value is (235,213,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 01011011
Octal 353 325 133
Decimal 235 213 91
Hex EB D5 5B

RGB Percentages of Color #ebd55b

%43.60
%39.52
%16.88

CMYK Percentages of Color #ebd55b

%0
%9
%61
%8

Triadic Colors of #ebd55b

#ebd55b #5bebd5 #d55beb

Analogous Colors of #ebd55b

#ebd55b #b9eb5b #eb8d5b

Monochromatic Colors of #ebd55b

#ebd55b

Complementary Color

#ebd55b #5b71eb

#ebd55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd55b Color CSS Codes

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

#ebd55b Text Font Color

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

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


#ebd55b Background Color

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

This div background color is #ebd55b


#ebd55b Border Color

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

This div border color is #ebd55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd55b


Comments

No comments written yet.

Please login to write comment.