Color Hex Logo

#febd3f Color Hex

#FEBD3F
(254,189,63)
0 Favorites   0 Comments

Color spaces of #febd3f

RGB 25418963
HSL0.110.990.62
HSV40°75°100°
CMYK 0.000.260.75   0.00
XYZ59.967957.824912.7033
Yxy57.82490.45950.4431
Hunter Lab76.04277.691943.3252
CIE-Lab80.641312.284068.8958

#febd3f color RGB value is (254,189,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 00111111
Octal 376 275 77
Decimal 254 189 63
Hex FE BD 3F

RGB Percentages of Color #febd3f

%50.20
%37.35
%12.45

CMYK Percentages of Color #febd3f

%0
%26
%75
%0

Triadic Colors of #febd3f

#febd3f #3ffebd #bd3ffe

Analogous Colors of #febd3f

#febd3f #e0fe3f #fe5e3f

Monochromatic Colors of #febd3f

#febd3f

Complementary Color

#febd3f #3f80fe

#febd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd3f Color CSS Codes

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

#febd3f Text Font Color

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

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


#febd3f Background Color

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

This div background color is #febd3f


#febd3f Border Color

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

This div border color is #febd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd3f


Comments

No comments written yet.

Please login to write comment.