Color Hex Logo

#ebb829 Color Hex

#EBB829
(235,184,41)
0 Favorites   0 Comments

Color spaces of #ebb829

RGB 23518441
HSL0.120.830.54
HSV44°83°92°
CMYK 0.000.220.83   0.08
XYZ51.801752.10329.4245
Yxy52.10320.45710.4598
Hunter Lab72.18251.780842.7866
CIE-Lab77.34256.079972.4653

#ebb829 color RGB value is (235,184,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 00101001
Octal 353 270 51
Decimal 235 184 41
Hex EB B8 29

RGB Percentages of Color #ebb829

%51.09
%40.00
%8.91

CMYK Percentages of Color #ebb829

%0
%22
%83
%8

Triadic Colors of #ebb829

#ebb829 #29ebb8 #b829eb

Analogous Colors of #ebb829

#ebb829 #bdeb29 #eb5729

Monochromatic Colors of #ebb829

#ebb829

Complementary Color

#ebb829 #295ceb

#ebb829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb829 Color CSS Codes

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

#ebb829 Text Font Color

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

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


#ebb829 Background Color

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

This div background color is #ebb829


#ebb829 Border Color

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

This div border color is #ebb829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb829


Comments

No comments written yet.

Please login to write comment.