Color Hex Logo

#ebb929 Color Hex

#EBB929
(235,185,41)
0 Favorites   0 Comments

Color spaces of #ebb929

RGB 23518541
HSL0.120.830.54
HSV45°83°92°
CMYK 0.000.210.83   0.08
XYZ52.010252.52029.4940
Yxy52.52020.45610.4606
Hunter Lab72.47081.280342.9623
CIE-Lab77.59095.556672.6766

#ebb929 color RGB value is (235,185,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 00101001
Octal 353 271 51
Decimal 235 185 41
Hex EB B9 29

RGB Percentages of Color #ebb929

%50.98
%40.13
%8.89

CMYK Percentages of Color #ebb929

%0
%21
%83
%8

Triadic Colors of #ebb929

#ebb929 #29ebb9 #b929eb

Analogous Colors of #ebb929

#ebb929 #bceb29 #eb5829

Monochromatic Colors of #ebb929

#ebb929

Complementary Color

#ebb929 #295beb

#ebb929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb929 Color CSS Codes

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

#ebb929 Text Font Color

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

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


#ebb929 Background Color

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

This div background color is #ebb929


#ebb929 Border Color

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

This div border color is #ebb929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb929


Comments

No comments written yet.

Please login to write comment.