Color Hex Logo

#ebd337 Color Hex

#EBD337
(235,211,55)
1 Favorites   0 Comments

Color spaces of #ebd337

RGB 23521155
HSL0.140.820.57
HSV52°77°92°
CMYK 0.000.100.77   0.08
XYZ58.244864.526512.9995
Yxy64.52650.42900.4753
Hunter Lab80.3284-11.147346.6350
CIE-Lab84.2391-7.371274.3452

#ebd337 color RGB value is (235,211,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 00110111
Octal 353 323 67
Decimal 235 211 55
Hex EB D3 37

RGB Percentages of Color #ebd337

%46.91
%42.12
%10.98

CMYK Percentages of Color #ebd337

%0
%10
%77
%8

Triadic Colors of #ebd337

#ebd337 #37ebd3 #d337eb

Analogous Colors of #ebd337

#ebd337 #a9eb37 #eb7937

Monochromatic Colors of #ebd337

#ebd337

Complementary Color

#ebd337 #374feb

#ebd337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd337 Color CSS Codes

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

#ebd337 Text Font Color

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

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


#ebd337 Background Color

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

This div background color is #ebd337


#ebd337 Border Color

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

This div border color is #ebd337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd337


Comments

No comments written yet.

Please login to write comment.