Color Hex Logo

#feb079 Color Hex

#FEB079
(254,176,121)
0 Favorites   0 Comments

Color spaces of #feb079

RGB 254176121
HSL0.070.990.74
HSV25°52°100°
CMYK 0.000.310.52   0.00
XYZ59.849653.502025.2617
Yxy53.50200.43180.3860
Hunter Lab73.145118.050530.7249
CIE-Lab78.170522.652239.4688

#feb079 color RGB value is (254,176,121).

#feb079 hex color red value is 254, green value is 176 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #feb079 hue: 0.07 , saturation: 0.99 and the lightness value of feb079 is 0.74.

The process color (four color CMYK) of #feb079 color hex is 0.00, 0.31, 0.52, 0.00. Web safe color of #feb079 is #ff9966. Color #feb079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 01111001
Octal 376 260 171
Decimal 254 176 121
Hex FE B0 79

RGB Percentages of Color #feb079

%46.10
%31.94
%21.96

CMYK Percentages of Color #feb079

%0
%31
%52
%0

Triadic Colors of #feb079

#feb079 #79feb0 #b079fe

Analogous Colors of #feb079

#feb079 #fef379 #fe7985

Monochromatic Colors of #feb079

#feb079

Complementary Color

#feb079 #79c7fe

#feb079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb079 Color CSS Codes

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

#feb079 Text Font Color

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

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


#feb079 Background Color

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

This div background color is #feb079


#feb079 Border Color

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

This div border color is #feb079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb079


Comments

No comments written yet.

Please login to write comment.