Color Hex Logo

#ebd635 Color Hex

#EBD635
(235,214,53)
0 Favorites   0 Comments

Color spaces of #ebd635

RGB 23521453
HSL0.150.820.56
HSV53°77°92°
CMYK 0.000.090.77   0.08
XYZ58.950166.012313.0028
Yxy66.01230.42730.4785
Hunter Lab81.2480-12.671847.3849
CIE-Lab85.0027-8.954975.6533

#ebd635 color RGB value is (235,214,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 00110101
Octal 353 326 65
Decimal 235 214 53
Hex EB D6 35

RGB Percentages of Color #ebd635

%46.81
%42.63
%10.56

CMYK Percentages of Color #ebd635

%0
%9
%77
%8

Triadic Colors of #ebd635

#ebd635 #35ebd6 #d635eb

Analogous Colors of #ebd635

#ebd635 #a5eb35 #eb7b35

Monochromatic Colors of #ebd635

#ebd635

Complementary Color

#ebd635 #354aeb

#ebd635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd635 Color CSS Codes

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

#ebd635 Text Font Color

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

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


#ebd635 Background Color

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

This div background color is #ebd635


#ebd635 Border Color

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

This div border color is #ebd635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd635


Comments

No comments written yet.

Please login to write comment.