Color Hex Logo

#ebd133 Color Hex

#EBD133
(235,209,51)
0 Favorites   0 Comments

Color spaces of #ebd133

RGB 23520951
HSL0.140.820.56
HSV52°78°92°
CMYK 0.000.110.78   0.08
XYZ57.659063.502112.3501
Yxy63.50210.43190.4756
Hunter Lab79.6882-10.299346.5930
CIE-Lab83.7059-6.501175.0937

#ebd133 color RGB value is (235,209,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 00110011
Octal 353 321 63
Decimal 235 209 51
Hex EB D1 33

RGB Percentages of Color #ebd133

%47.47
%42.22
%10.30

CMYK Percentages of Color #ebd133

%0
%11
%78
%8

Triadic Colors of #ebd133

#ebd133 #33ebd1 #d133eb

Analogous Colors of #ebd133

#ebd133 #a9eb33 #eb7533

Monochromatic Colors of #ebd133

#ebd133

Complementary Color

#ebd133 #334deb

#ebd133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd133 Color CSS Codes

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

#ebd133 Text Font Color

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

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


#ebd133 Background Color

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

This div background color is #ebd133


#ebd133 Border Color

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

This div border color is #ebd133


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,209,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 #ebd133">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd133


Comments

No comments written yet.

Please login to write comment.