Color Hex Logo

#feb449 Color Hex

#FEB449
(254,180,73)
0 Favorites   0 Comments

Color spaces of #feb449

RGB 25418073
HSL0.100.990.64
HSV35°71°100°
CMYK 0.000.290.71   0.00
XYZ58.396954.194413.6860
Yxy54.19440.46240.4292
Hunter Lab73.616812.766540.5093
CIE-Lab78.575017.412862.8754

#feb449 color RGB value is (254,180,73).

#feb449 hex color red value is 254, green value is 180 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #feb449 hue: 0.10 , saturation: 0.99 and the lightness value of feb449 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 01001001
Octal 376 264 111
Decimal 254 180 73
Hex FE B4 49

RGB Percentages of Color #feb449

%50.10
%35.50
%14.40

CMYK Percentages of Color #feb449

%0
%29
%71
%0

Triadic Colors of #feb449

#feb449 #49feb4 #b449fe

Analogous Colors of #feb449

#feb449 #eefe49 #fe5a49

Monochromatic Colors of #feb449

#feb449

Complementary Color

#feb449 #4993fe

#feb449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb449 Color CSS Codes

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

#feb449 Text Font Color

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

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


#feb449 Background Color

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

This div background color is #feb449


#feb449 Border Color

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

This div border color is #feb449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb449

Related Colors


Comments

No comments written yet.

Please login to write comment.