Color Hex Logo

#ebdb19 Color Hex

#EBDB19
(235,219,25)
0 Favorites   0 Comments

Color spaces of #ebdb19

RGB 23521925
HSL0.150.840.51
HSV55°89°92°
CMYK 0.000.070.89   0.08
XYZ59.767968.395410.9712
Yxy68.39540.42960.4916
Hunter Lab82.7015-15.726750.0256
CIE-Lab86.2038-12.169383.1466

#ebdb19 color RGB value is (235,219,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 00011001
Octal 353 333 31
Decimal 235 219 25
Hex EB DB 19

RGB Percentages of Color #ebdb19

%49.06
%45.72
%5.22

CMYK Percentages of Color #ebdb19

%0
%7
%89
%8

Triadic Colors of #ebdb19

#ebdb19 #19ebdb #db19eb

Analogous Colors of #ebdb19

#ebdb19 #92eb19 #eb7219

Monochromatic Colors of #ebdb19

#ebdb19

Complementary Color

#ebdb19 #1929eb

#ebdb19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb19 Color CSS Codes

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

#ebdb19 Text Font Color

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

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


#ebdb19 Background Color

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

This div background color is #ebdb19


#ebdb19 Border Color

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

This div border color is #ebdb19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb19


Comments

No comments written yet.

Please login to write comment.