Color Hex Logo

#febf9c Color Hex

#FEBF9C
(254,191,156)
0 Favorites   0 Comments

Color spaces of #febf9c

RGB 254191156
HSL0.060.980.80
HSV21°39°100°
CMYK 0.000.250.39   0.00
XYZ65.504660.732739.7226
Yxy60.73270.39470.3659
Hunter Lab77.931213.657524.3309
CIE-Lab82.234818.226926.4626

#febf9c color RGB value is (254,191,156).

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

The process color (four color CMYK) of #febf9c color hex is 0.00, 0.25, 0.39, 0.00. Web safe color of #febf9c is #ffcc99. Color #febf9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10011100
Octal 376 277 234
Decimal 254 191 156
Hex FE BF 9C

RGB Percentages of Color #febf9c

%42.26
%31.78
%25.96

CMYK Percentages of Color #febf9c

%0
%25
%39
%0

Triadic Colors of #febf9c

#febf9c #9cfebf #bf9cfe

Analogous Colors of #febf9c

#febf9c #fef09c #fe9caa

Monochromatic Colors of #febf9c

#febf9c

Complementary Color

#febf9c #9cdbfe

#febf9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf9c Color CSS Codes

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

#febf9c Text Font Color

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

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


#febf9c Background Color

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

This div background color is #febf9c


#febf9c Border Color

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

This div border color is #febf9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf9c


Comments

No comments written yet.

Please login to write comment.