Color Hex Logo

#ebbe20 Color Hex

#EBBE20
(235,190,32)
4 Favorites   0 Comments

Color spaces of #ebbe20

RGB 23519032
HSL0.130.840.52
HSV47°86°92°
CMYK 0.000.190.86   0.08
XYZ52.935154.59349.1141
Yxy54.59340.45380.4680
Hunter Lab73.8873-1.420144.4076
CIE-Lab78.80652.726975.9716

#ebbe20 color RGB value is (235,190,32).

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

The process color (four color CMYK) of #ebbe20 color hex is 0.00, 0.19, 0.86, 0.08. Web safe color of #ebbe20 is #ffcc33. Color #ebbe20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 00100000
Octal 353 276 40
Decimal 235 190 32
Hex EB BE 20

RGB Percentages of Color #ebbe20

%51.42
%41.58
%7.00

CMYK Percentages of Color #ebbe20

%0
%19
%86
%8

Triadic Colors of #ebbe20

#ebbe20 #20ebbe #be20eb

Analogous Colors of #ebbe20

#ebbe20 #b3eb20 #eb5920

Monochromatic Colors of #ebbe20

#ebbe20

Complementary Color

#ebbe20 #204deb

#ebbe20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe20 Color CSS Codes

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

#ebbe20 Text Font Color

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

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


#ebbe20 Background Color

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

This div background color is #ebbe20


#ebbe20 Border Color

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

This div border color is #ebbe20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe20

#ebbe20 Color Palettes


Comments

No comments written yet.

Please login to write comment.