Color Hex Logo

#ebdb3b Color Hex

#EBDB3B
(235,219,59)
0 Favorites   0 Comments

Color spaces of #ebdb3b

RGB 23521959
HSL0.150.810.58
HSV55°75°92°
CMYK 0.000.070.75   0.08
XYZ60.381968.641014.2042
Yxy68.64100.42160.4792
Hunter Lab82.8499-14.894547.8299
CIE-Lab86.3260-11.234174.9904

#ebdb3b color RGB value is (235,219,59).

#ebdb3b hex color red value is 235, green value is 219 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ebdb3b hue: 0.15 , saturation: 0.81 and the lightness value of ebdb3b is 0.58.

The process color (four color CMYK) of #ebdb3b color hex is 0.00, 0.07, 0.75, 0.08. Web safe color of #ebdb3b is #ffcc33. Color #ebdb3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 00111011
Octal 353 333 73
Decimal 235 219 59
Hex EB DB 3B

RGB Percentages of Color #ebdb3b

%45.81
%42.69
%11.50

CMYK Percentages of Color #ebdb3b

%0
%7
%75
%8

Triadic Colors of #ebdb3b

#ebdb3b #3bebdb #db3beb

Analogous Colors of #ebdb3b

#ebdb3b #a3eb3b #eb833b

Monochromatic Colors of #ebdb3b

#ebdb3b

Complementary Color

#ebdb3b #3b4beb

#ebdb3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb3b Color CSS Codes

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

#ebdb3b Text Font Color

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

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


#ebdb3b Background Color

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

This div background color is #ebdb3b


#ebdb3b Border Color

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

This div border color is #ebdb3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb3b


Comments

No comments written yet.

Please login to write comment.