Color Hex Logo

#feb829 Color Hex

#FEB829
(254,184,41)
0 Favorites   0 Comments

Color spaces of #feb829

RGB 25418441
HSL0.110.990.58
HSV40°84°100°
CMYK 0.000.280.84   0.00
XYZ58.413855.51199.7340
Yxy55.51190.47240.4489
Hunter Lab74.50639.560044.4084
CIE-Lab79.335214.176874.9430

#feb829 color RGB value is (254,184,41).

#feb829 hex color red value is 254, green value is 184 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #feb829 hue: 0.11 , saturation: 0.99 and the lightness value of feb829 is 0.58.

The process color (four color CMYK) of #feb829 color hex is 0.00, 0.28, 0.84, 0.00. Web safe color of #feb829 is #ffcc33. Color #feb829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 00101001
Octal 376 270 51
Decimal 254 184 41
Hex FE B8 29

RGB Percentages of Color #feb829

%53.03
%38.41
%8.56

CMYK Percentages of Color #feb829

%0
%28
%84
%0

Triadic Colors of #feb829

#feb829 #29feb8 #b829fe

Analogous Colors of #feb829

#feb829 #dafe29 #fe4e29

Monochromatic Colors of #feb829

#feb829

Complementary Color

#feb829 #296ffe

#feb829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb829 Color CSS Codes

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

#feb829 Text Font Color

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

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


#feb829 Background Color

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

This div background color is #feb829


#feb829 Border Color

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

This div border color is #feb829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb829


Comments

No comments written yet.

Please login to write comment.