Color Hex Logo

#feb83f Color Hex

#FEB83F
(254,184,63)
0 Favorites   0 Comments

Color spaces of #feb83f

RGB 25418463
HSL0.110.990.62
HSV38°75°100°
CMYK 0.000.280.75   0.00
XYZ58.910755.710712.3509
Yxy55.71070.46400.4388
Hunter Lab74.639610.265242.4368
CIE-Lab79.448914.888967.7520

#feb83f color RGB value is (254,184,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 00111111
Octal 376 270 77
Decimal 254 184 63
Hex FE B8 3F

RGB Percentages of Color #feb83f

%50.70
%36.73
%12.57

CMYK Percentages of Color #feb83f

%0
%28
%75
%0

Triadic Colors of #feb83f

#feb83f #3ffeb8 #b83ffe

Analogous Colors of #feb83f

#feb83f #e5fe3f #fe593f

Monochromatic Colors of #feb83f

#feb83f

Complementary Color

#feb83f #3f85fe

#feb83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb83f Color CSS Codes

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

#feb83f Text Font Color

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

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


#feb83f Background Color

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

This div background color is #feb83f


#feb83f Border Color

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

This div border color is #feb83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb83f


Comments

No comments written yet.

Please login to write comment.