Color Hex Logo

#ebd217 Color Hex

#EBD217
(235,210,23)
0 Favorites   0 Comments

Color spaces of #ebd217

RGB 23521023
HSL0.150.840.51
HSV53°90°92°
CMYK 0.000.110.90   0.08
XYZ57.462263.817210.1000
Yxy63.81720.43740.4857
Hunter Lab79.8857-11.403948.4239
CIE-Lab83.8705-7.692981.6554

#ebd217 color RGB value is (235,210,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 00010111
Octal 353 322 27
Decimal 235 210 23
Hex EB D2 17

RGB Percentages of Color #ebd217

%50.21
%44.87
%4.91

CMYK Percentages of Color #ebd217

%0
%11
%90
%8

Triadic Colors of #ebd217

#ebd217 #17ebd2 #d217eb

Analogous Colors of #ebd217

#ebd217 #9aeb17 #eb6817

Monochromatic Colors of #ebd217

#ebd217

Complementary Color

#ebd217 #1730eb

#ebd217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd217 Color CSS Codes

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

#ebd217 Text Font Color

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

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


#ebd217 Background Color

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

This div background color is #ebd217


#ebd217 Border Color

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

This div border color is #ebd217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd217


Comments

No comments written yet.

Please login to write comment.