Color Hex Logo

#ebd216 Color Hex

#EBD216
(235,210,22)
0 Favorites   0 Comments

Color spaces of #ebd216

RGB 23521022
HSL0.150.840.50
HSV53°91°92°
CMYK 0.000.110.91   0.08
XYZ57.452463.813310.0482
Yxy63.81330.43750.4860
Hunter Lab79.8832-11.417648.4604
CIE-Lab83.8685-7.708281.8069

#ebd216 color RGB value is (235,210,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 00010110
Octal 353 322 26
Decimal 235 210 22
Hex EB D2 16

RGB Percentages of Color #ebd216

%50.32
%44.97
%4.71

CMYK Percentages of Color #ebd216

%0
%11
%91
%8

Triadic Colors of #ebd216

#ebd216 #16ebd2 #d216eb

Analogous Colors of #ebd216

#ebd216 #9aeb16 #eb6816

Monochromatic Colors of #ebd216

#ebd216

Complementary Color

#ebd216 #162feb

#ebd216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd216 Color CSS Codes

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

#ebd216 Text Font Color

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

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


#ebd216 Background Color

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

This div background color is #ebd216


#ebd216 Border Color

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

This div border color is #ebd216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd216


Comments

No comments written yet.

Please login to write comment.