Color Hex Logo

#ebe804 Color Hex

#EBE804
(235,232,4)
0 Favorites   0 Comments

Color spaces of #ebe804

RGB 2352324
HSL0.160.970.47
HSV59°98°92°
CMYK 0.000.010.98   0.08
XYZ63.139575.384211.3377
Yxy75.38420.42130.5030
Hunter Lab86.8241-22.134853.0346
CIE-Lab89.5727-18.782387.9300

#ebe804 color RGB value is (235,232,4).

#ebe804 hex color red value is 235, green value is 232 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ebe804 hue: 0.16 , saturation: 0.97 and the lightness value of ebe804 is 0.47.

The process color (four color CMYK) of #ebe804 color hex is 0.00, 0.01, 0.98, 0.08. Web safe color of #ebe804 is #ffff00. Color #ebe804 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101000 00000100
Octal 353 350 4
Decimal 235 232 4
Hex EB E8 4

RGB Percentages of Color #ebe804

%49.89
%49.26
%0.85

CMYK Percentages of Color #ebe804

%0
%1
%98
%8

Triadic Colors of #ebe804

#ebe804 #04ebe8 #e804eb

Analogous Colors of #ebe804

#ebe804 #7beb04 #eb7504

Monochromatic Colors of #ebe804

#ebe804

Complementary Color

#ebe804 #0407eb

#ebe804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe804 Color CSS Codes

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

#ebe804 Text Font Color

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

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


#ebe804 Background Color

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

This div background color is #ebe804


#ebe804 Border Color

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

This div border color is #ebe804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe804


Comments

No comments written yet.

Please login to write comment.