Color Hex Logo

#ebd335 Color Hex

#EBD335
(235,211,53)
0 Favorites   0 Comments

Color spaces of #ebd335

RGB 23521153
HSL0.140.820.56
HSV52°77°92°
CMYK 0.000.100.77   0.08
XYZ58.197864.507712.7520
Yxy64.50770.42960.4762
Hunter Lab80.3167-11.212446.8081
CIE-Lab84.2294-7.443574.9574

#ebd335 color RGB value is (235,211,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 00110101
Octal 353 323 65
Decimal 235 211 53
Hex EB D3 35

RGB Percentages of Color #ebd335

%47.09
%42.28
%10.62

CMYK Percentages of Color #ebd335

%0
%10
%77
%8

Triadic Colors of #ebd335

#ebd335 #35ebd3 #d335eb

Analogous Colors of #ebd335

#ebd335 #a8eb35 #eb7835

Monochromatic Colors of #ebd335

#ebd335

Complementary Color

#ebd335 #354deb

#ebd335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd335 Color CSS Codes

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

#ebd335 Text Font Color

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

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


#ebd335 Background Color

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

This div background color is #ebd335


#ebd335 Border Color

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

This div border color is #ebd335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd335


Comments

No comments written yet.

Please login to write comment.