Color Hex Logo

#ebbe29 Color Hex

#EBBE29
(235,190,41)
0 Favorites   0 Comments

Color spaces of #ebbe29

RGB 23519041
HSL0.130.830.54
HSV46°83°92°
CMYK 0.000.190.83   0.08
XYZ53.074654.64929.8488
Yxy54.64920.45140.4648
Hunter Lab73.9251-1.214743.8486
CIE-Lab78.83882.948873.7369

#ebbe29 color RGB value is (235,190,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 00101001
Octal 353 276 51
Decimal 235 190 41
Hex EB BE 29

RGB Percentages of Color #ebbe29

%50.43
%40.77
%8.80

CMYK Percentages of Color #ebbe29

%0
%19
%83
%8

Triadic Colors of #ebbe29

#ebbe29 #29ebbe #be29eb

Analogous Colors of #ebbe29

#ebbe29 #b7eb29 #eb5d29

Monochromatic Colors of #ebbe29

#ebbe29

Complementary Color

#ebbe29 #2956eb

#ebbe29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe29 Color CSS Codes

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

#ebbe29 Text Font Color

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

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


#ebbe29 Background Color

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

This div background color is #ebbe29


#ebbe29 Border Color

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

This div border color is #ebbe29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe29


Comments

No comments written yet.

Please login to write comment.