Color Hex Logo

#febf49 Color Hex

#FEBF49
(254,191,73)
0 Favorites   0 Comments

Color spaces of #febf49

RGB 25419173
HSL0.110.990.64
HSV39°71°100°
CMYK 0.000.250.71   0.00
XYZ60.706558.813514.4559
Yxy58.81350.45310.4390
Hunter Lab76.69007.090242.5069
CIE-Lab81.189011.677065.5379

#febf49 color RGB value is (254,191,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01001001
Octal 376 277 111
Decimal 254 191 73
Hex FE BF 49

RGB Percentages of Color #febf49

%49.03
%36.87
%14.09

CMYK Percentages of Color #febf49

%0
%25
%71
%0

Triadic Colors of #febf49

#febf49 #49febf #bf49fe

Analogous Colors of #febf49

#febf49 #e3fe49 #fe6549

Monochromatic Colors of #febf49

#febf49

Complementary Color

#febf49 #4988fe

#febf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf49 Color CSS Codes

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

#febf49 Text Font Color

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

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


#febf49 Background Color

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

This div background color is #febf49


#febf49 Border Color

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

This div border color is #febf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf49

Related Colors


Comments

No comments written yet.

Please login to write comment.