Color Hex Logo

#ebe019 Color Hex

#EBE019
(235,224,25)
0 Favorites   0 Comments

Color spaces of #ebe019

RGB 23522425
HSL0.160.840.51
HSV57°89°92°
CMYK 0.000.050.89   0.08
XYZ61.092171.043711.4126
Yxy71.04370.42560.4949
Hunter Lab84.2874-18.125050.9733
CIE-Lab87.5062-14.642884.1605

#ebe019 color RGB value is (235,224,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 00011001
Octal 353 340 31
Decimal 235 224 25
Hex EB E0 19

RGB Percentages of Color #ebe019

%48.55
%46.28
%5.17

CMYK Percentages of Color #ebe019

%0
%5
%89
%8

Triadic Colors of #ebe019

#ebe019 #19ebe0 #e019eb

Analogous Colors of #ebe019

#ebe019 #8deb19 #eb7719

Monochromatic Colors of #ebe019

#ebe019

Complementary Color

#ebe019 #1924eb

#ebe019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe019 Color CSS Codes

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

#ebe019 Text Font Color

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

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


#ebe019 Background Color

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

This div background color is #ebe019


#ebe019 Border Color

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

This div border color is #ebe019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe019


Comments

No comments written yet.

Please login to write comment.