Color Hex Logo

#ebd50b Color Hex

#EBD50B
(235,213,11)
0 Favorites   0 Comments

Color spaces of #ebd50b

RGB 23521311
HSL0.150.910.48
HSV54°95°92°
CMYK 0.000.090.95   0.08
XYZ58.115665.27489.8529
Yxy65.27480.43620.4899
Hunter Lab80.7928-12.989549.3244
CIE-Lab84.6251-9.349283.7009

#ebd50b color RGB value is (235,213,11).

#ebd50b hex color red value is 235, green value is 213 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ebd50b hue: 0.15 , saturation: 0.91 and the lightness value of ebd50b is 0.48.

The process color (four color CMYK) of #ebd50b color hex is 0.00, 0.09, 0.95, 0.08. Web safe color of #ebd50b is #ffcc00. Color #ebd50b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 00001011
Octal 353 325 13
Decimal 235 213 11
Hex EB D5 B

RGB Percentages of Color #ebd50b

%51.20
%46.41
%2.40

CMYK Percentages of Color #ebd50b

%0
%9
%95
%8

Triadic Colors of #ebd50b

#ebd50b #0bebd5 #d50beb

Analogous Colors of #ebd50b

#ebd50b #91eb0b #eb650b

Monochromatic Colors of #ebd50b

#ebd50b

Complementary Color

#ebd50b #0b21eb

#ebd50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd50b Color CSS Codes

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

#ebd50b Text Font Color

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

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


#ebd50b Background Color

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

This div background color is #ebd50b


#ebd50b Border Color

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

This div border color is #ebd50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd50b


Comments

No comments written yet.

Please login to write comment.