Color Hex Logo

#ebd333 Color Hex

#EBD333
(235,211,51)
0 Favorites   0 Comments

Color spaces of #ebd333

RGB 23521151
HSL0.140.820.56
HSV52°78°92°
CMYK 0.000.100.78   0.08
XYZ58.152864.489712.5147
Yxy64.48970.43030.4771
Hunter Lab80.3055-11.274746.9742
CIE-Lab84.2201-7.512775.5521

#ebd333 color RGB value is (235,211,51).

#ebd333 hex color red value is 235, green value is 211 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ebd333 hue: 0.14 , saturation: 0.82 and the lightness value of ebd333 is 0.56.

The process color (four color CMYK) of #ebd333 color hex is 0.00, 0.10, 0.78, 0.08. Web safe color of #ebd333 is #ffcc33. Color #ebd333 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 00110011
Octal 353 323 63
Decimal 235 211 51
Hex EB D3 33

RGB Percentages of Color #ebd333

%47.28
%42.45
%10.26

CMYK Percentages of Color #ebd333

%0
%10
%78
%8

Triadic Colors of #ebd333

#ebd333 #33ebd3 #d333eb

Analogous Colors of #ebd333

#ebd333 #a7eb33 #eb7733

Monochromatic Colors of #ebd333

#ebd333

Complementary Color

#ebd333 #334beb

#ebd333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd333 Color CSS Codes

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

#ebd333 Text Font Color

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

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


#ebd333 Background Color

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

This div background color is #ebd333


#ebd333 Border Color

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

This div border color is #ebd333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd333


Comments

No comments written yet.

Please login to write comment.