Color Hex Logo

#ebe820 Color Hex

#EBE820
(235,232,32)
0 Favorites   0 Comments

Color spaces of #ebe820

RGB 23523232
HSL0.160.840.52
HSV59°86°92°
CMYK 0.000.010.86   0.08
XYZ63.378375.479712.5951
Yxy75.47970.41850.4984
Hunter Lab86.8791-21.822552.2199
CIE-Lab89.6172-18.425184.6497

#ebe820 color RGB value is (235,232,32).

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

The process color (four color CMYK) of #ebe820 color hex is 0.00, 0.01, 0.86, 0.08. Web safe color of #ebe820 is #ffff33. Color #ebe820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101000 00100000
Octal 353 350 40
Decimal 235 232 32
Hex EB E8 20

RGB Percentages of Color #ebe820

%47.09
%46.49
%6.41

CMYK Percentages of Color #ebe820

%0
%1
%86
%8

Triadic Colors of #ebe820

#ebe820 #20ebe8 #e820eb

Analogous Colors of #ebe820

#ebe820 #89eb20 #eb8320

Monochromatic Colors of #ebe820

#ebe820

Complementary Color

#ebe820 #2023eb

#ebe820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe820 Color CSS Codes

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

#ebe820 Text Font Color

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

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


#ebe820 Background Color

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

This div background color is #ebe820


#ebe820 Border Color

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

This div border color is #ebe820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe820


Comments

No comments written yet.

Please login to write comment.