Color Hex Logo

#ebd617 Color Hex

#EBD617
(235,214,23)
0 Favorites   0 Comments

Color spaces of #ebd617

RGB 23521423
HSL0.150.840.51
HSV54°90°92°
CMYK 0.000.090.90   0.08
XYZ58.462265.817210.4333
Yxy65.81720.43400.4886
Hunter Lab81.1278-13.343249.1646
CIE-Lab84.9031-9.705282.4506

#ebd617 color RGB value is (235,214,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 00010111
Octal 353 326 27
Decimal 235 214 23
Hex EB D6 17

RGB Percentages of Color #ebd617

%49.79
%45.34
%4.87

CMYK Percentages of Color #ebd617

%0
%9
%90
%8

Triadic Colors of #ebd617

#ebd617 #17ebd6 #d617eb

Analogous Colors of #ebd617

#ebd617 #96eb17 #eb6c17

Monochromatic Colors of #ebd617

#ebd617

Complementary Color

#ebd617 #172ceb

#ebd617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd617 Color CSS Codes

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

#ebd617 Text Font Color

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

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


#ebd617 Background Color

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

This div background color is #ebd617


#ebd617 Border Color

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

This div border color is #ebd617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd617


Comments

No comments written yet.

Please login to write comment.