Color Hex Logo

#ebd417 Color Hex

#EBD417
(235,212,23)
0 Favorites   0 Comments

Color spaces of #ebd417

RGB 23521223
HSL0.150.840.51
HSV53°90°92°
CMYK 0.000.100.90   0.08
XYZ57.959164.811010.2656
Yxy64.81100.43570.4872
Hunter Lab80.5053-12.374748.7934
CIE-Lab84.3862-8.700882.0525

#ebd417 color RGB value is (235,212,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 00010111
Octal 353 324 27
Decimal 235 212 23
Hex EB D4 17

RGB Percentages of Color #ebd417

%50.00
%45.11
%4.89

CMYK Percentages of Color #ebd417

%0
%10
%90
%8

Triadic Colors of #ebd417

#ebd417 #17ebd4 #d417eb

Analogous Colors of #ebd417

#ebd417 #98eb17 #eb6a17

Monochromatic Colors of #ebd417

#ebd417

Complementary Color

#ebd417 #172eeb

#ebd417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd417 Color CSS Codes

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

#ebd417 Text Font Color

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

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


#ebd417 Background Color

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

This div background color is #ebd417


#ebd417 Border Color

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

This div border color is #ebd417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd417


Comments

No comments written yet.

Please login to write comment.