Color Hex Logo

#ebd915 Color Hex

#EBD915
(235,217,21)
0 Favorites   0 Comments

Color spaces of #ebd915

RGB 23521721
HSL0.150.840.50
HSV55°91°92°
CMYK 0.000.080.91   0.08
XYZ59.209267.342010.5871
Yxy67.34200.43170.4911
Hunter Lab82.0622-14.818149.7943
CIE-Lab85.6764-11.234983.3363

#ebd915 color RGB value is (235,217,21).

#ebd915 hex color red value is 235, green value is 217 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ebd915 hue: 0.15 , saturation: 0.84 and the lightness value of ebd915 is 0.50.

The process color (four color CMYK) of #ebd915 color hex is 0.00, 0.08, 0.91, 0.08. Web safe color of #ebd915 is #ffcc00. Color #ebd915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 00010101
Octal 353 331 25
Decimal 235 217 21
Hex EB D9 15

RGB Percentages of Color #ebd915

%49.68
%45.88
%4.44

CMYK Percentages of Color #ebd915

%0
%8
%91
%8

Triadic Colors of #ebd915

#ebd915 #15ebd9 #d915eb

Analogous Colors of #ebd915

#ebd915 #92eb15 #eb6e15

Monochromatic Colors of #ebd915

#ebd915

Complementary Color

#ebd915 #1527eb

#ebd915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd915 Color CSS Codes

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

#ebd915 Text Font Color

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

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


#ebd915 Background Color

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

This div background color is #ebd915


#ebd915 Border Color

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

This div border color is #ebd915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd915


Comments

No comments written yet.

Please login to write comment.