Color Hex Logo

#feb54f Color Hex

#FEB54F
(254,181,79)
0 Favorites   0 Comments

Color spaces of #feb54f

RGB 25418179
HSL0.100.990.65
HSV35°69°100°
CMYK 0.000.290.69   0.00
XYZ58.808254.683114.8525
Yxy54.68310.45820.4261
Hunter Lab73.948012.545639.8552
CIE-Lab78.858417.186860.5949

#feb54f color RGB value is (254,181,79).

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

The process color (four color CMYK) of #feb54f color hex is 0.00, 0.29, 0.69, 0.00. Web safe color of #feb54f is #ffcc66. Color #feb54f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 01001111
Octal 376 265 117
Decimal 254 181 79
Hex FE B5 4F

RGB Percentages of Color #feb54f

%49.42
%35.21
%15.37

CMYK Percentages of Color #feb54f

%0
%29
%69
%0

Triadic Colors of #feb54f

#feb54f #4ffeb5 #b54ffe

Analogous Colors of #feb54f

#feb54f #f0fe4f #fe5e4f

Monochromatic Colors of #feb54f

#feb54f

Complementary Color

#feb54f #4f98fe

#feb54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb54f Color CSS Codes

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

#feb54f Text Font Color

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

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


#feb54f Background Color

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

This div background color is #feb54f


#feb54f Border Color

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

This div border color is #feb54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb54f


Comments

No comments written yet.

Please login to write comment.