Color Hex Logo

#feb354 Color Hex

#FEB354
(254,179,84)
0 Favorites   0 Comments

Color spaces of #feb354

RGB 25417984
HSL0.090.990.66
HSV34°67°100°
CMYK 0.000.300.67   0.00
XYZ58.593453.951115.7129
Yxy53.95110.45680.4206
Hunter Lab73.451413.852438.7325
CIE-Lab78.433218.500057.9111

#feb354 color RGB value is (254,179,84).

#feb354 hex color red value is 254, green value is 179 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #feb354 hue: 0.09 , saturation: 0.99 and the lightness value of feb354 is 0.66.

The process color (four color CMYK) of #feb354 color hex is 0.00, 0.30, 0.67, 0.00. Web safe color of #feb354 is #ffcc66. Color #feb354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01010100
Octal 376 263 124
Decimal 254 179 84
Hex FE B3 54

RGB Percentages of Color #feb354

%49.13
%34.62
%16.25

CMYK Percentages of Color #feb354

%0
%30
%67
%0

Triadic Colors of #feb354

#feb354 #54feb3 #b354fe

Analogous Colors of #feb354

#feb354 #f4fe54 #fe5e54

Monochromatic Colors of #feb354

#feb354

Complementary Color

#feb354 #549ffe

#feb354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb354 Color CSS Codes

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

#feb354 Text Font Color

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

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


#feb354 Background Color

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

This div background color is #feb354


#feb354 Border Color

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

This div border color is #feb354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb354

Related Colors


Comments

No comments written yet.

Please login to write comment.