Color Hex Logo

#ebd019 Color Hex

#EBD019
(235,208,25)
0 Favorites   0 Comments

Color spaces of #ebd019

RGB 23520825
HSL0.150.840.51
HSV52°89°92°
CMYK 0.000.110.89   0.08
XYZ56.992362.844110.0460
Yxy62.84410.43880.4839
Hunter Lab79.2743-10.401847.9785
CIE-Lab83.3603-6.649380.9374

#ebd019 color RGB value is (235,208,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010000 00011001
Octal 353 320 31
Decimal 235 208 25
Hex EB D0 19

RGB Percentages of Color #ebd019

%50.21
%44.44
%5.34

CMYK Percentages of Color #ebd019

%0
%11
%89
%8

Triadic Colors of #ebd019

#ebd019 #19ebd0 #d019eb

Analogous Colors of #ebd019

#ebd019 #9deb19 #eb6719

Monochromatic Colors of #ebd019

#ebd019

Complementary Color

#ebd019 #1934eb

#ebd019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd019 Color CSS Codes

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

#ebd019 Text Font Color

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

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


#ebd019 Background Color

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

This div background color is #ebd019


#ebd019 Border Color

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

This div border color is #ebd019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd019


Comments

No comments written yet.

Please login to write comment.