Color Hex Logo

#febf9e Color Hex

#FEBF9E
(254,191,158)
0 Favorites   0 Comments

Color spaces of #febf9e

RGB 254191158
HSL0.060.980.81
HSV21°38°100°
CMYK 0.000.250.38   0.00
XYZ65.675460.801140.6221
Yxy60.80110.39300.3639
Hunter Lab77.975113.887323.6947
CIE-Lab82.271718.451625.4555

#febf9e color RGB value is (254,191,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10011110
Octal 376 277 236
Decimal 254 191 158
Hex FE BF 9E

RGB Percentages of Color #febf9e

%42.12
%31.67
%26.20

CMYK Percentages of Color #febf9e

%0
%25
%38
%0

Triadic Colors of #febf9e

#febf9e #9efebf #bf9efe

Analogous Colors of #febf9e

#febf9e #feef9e #fe9ead

Monochromatic Colors of #febf9e

#febf9e

Complementary Color

#febf9e #9eddfe

#febf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf9e Color CSS Codes

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

#febf9e Text Font Color

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

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


#febf9e Background Color

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

This div background color is #febf9e


#febf9e Border Color

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

This div border color is #febf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf9e


Comments

No comments written yet.

Please login to write comment.