Color Hex Logo

#feb499 Color Hex

#FEB499
(254,180,153)
0 Favorites   0 Comments

Color spaces of #feb499

RGB 254180153
HSL0.040.980.80
HSV16°40°100°
CMYK 0.000.290.40   0.00
XYZ62.944156.013337.6311
Yxy56.01330.40200.3577
Hunter Lab74.842019.149622.5780
CIE-Lab79.621423.660624.5102

#feb499 color RGB value is (254,180,153).

#feb499 hex color red value is 254, green value is 180 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #feb499 hue: 0.04 , saturation: 0.98 and the lightness value of feb499 is 0.80.

The process color (four color CMYK) of #feb499 color hex is 0.00, 0.29, 0.40, 0.00. Web safe color of #feb499 is #ffcc99. Color #feb499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 10011001
Octal 376 264 231
Decimal 254 180 153
Hex FE B4 99

RGB Percentages of Color #feb499

%43.27
%30.66
%26.06

CMYK Percentages of Color #feb499

%0
%29
%40
%0

Triadic Colors of #feb499

#feb499 #99feb4 #b499fe

Analogous Colors of #feb499

#feb499 #fee799 #fe99b1

Monochromatic Colors of #feb499

#feb499

Complementary Color

#feb499 #99e3fe

#feb499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb499 Color CSS Codes

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

#feb499 Text Font Color

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

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


#feb499 Background Color

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

This div background color is #feb499


#feb499 Border Color

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

This div border color is #feb499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb499


Comments

No comments written yet.

Please login to write comment.