Color Hex Logo

#febb4a Color Hex

#FEBB4A
(254,187,74)
0 Favorites   0 Comments

Color spaces of #febb4a

RGB 25418774
HSL0.100.990.64
HSV38°71°100°
CMYK 0.000.260.71   0.00
XYZ59.879457.105914.3451
Yxy57.10590.45590.4348
Hunter Lab75.56849.196241.6429
CIE-Lab80.239113.806664.1615

#febb4a color RGB value is (254,187,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 01001010
Octal 376 273 112
Decimal 254 187 74
Hex FE BB 4A

RGB Percentages of Color #febb4a

%49.32
%36.31
%14.37

CMYK Percentages of Color #febb4a

%0
%26
%71
%0

Triadic Colors of #febb4a

#febb4a #4afebb #bb4afe

Analogous Colors of #febb4a

#febb4a #e7fe4a #fe614a

Monochromatic Colors of #febb4a

#febb4a

Complementary Color

#febb4a #4a8dfe

#febb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#febb4a Color CSS Codes

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

#febb4a Text Font Color

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

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


#febb4a Background Color

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

This div background color is #febb4a


#febb4a Border Color

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

This div border color is #febb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febb4a


Comments

No comments written yet.

Please login to write comment.