Color Hex Logo

#feb522 Color Hex

#FEB522
(254,181,34)
0 Favorites   0 Comments

Color spaces of #feb522

RGB 25418134
HSL0.110.990.56
HSV40°87°100°
CMYK 0.000.290.87   0.00
XYZ57.685754.23418.9412
Yxy54.23410.47730.4487
Hunter Lab73.643810.943644.3522
CIE-Lab78.598015.580776.1690

#feb522 color RGB value is (254,181,34).

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

The process color (four color CMYK) of #feb522 color hex is 0.00, 0.29, 0.87, 0.00. Web safe color of #feb522 is #ffcc33. Color #feb522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 00100010
Octal 376 265 42
Decimal 254 181 34
Hex FE B5 22

RGB Percentages of Color #feb522

%54.16
%38.59
%7.25

CMYK Percentages of Color #feb522

%0
%29
%87
%0

Triadic Colors of #feb522

#feb522 #22feb5 #b522fe

Analogous Colors of #feb522

#feb522 #d9fe22 #fe4722

Monochromatic Colors of #feb522

#feb522

Complementary Color

#feb522 #226bfe

#feb522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb522 Color CSS Codes

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

#feb522 Text Font Color

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

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


#feb522 Background Color

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

This div background color is #feb522


#feb522 Border Color

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

This div border color is #feb522


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,181,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb522


Comments

No comments written yet.

Please login to write comment.