Color Hex Logo

#febf8d Color Hex

#FEBF8D
(254,191,141)
0 Favorites   0 Comments

Color spaces of #febf8d

RGB 254191141
HSL0.070.980.77
HSV27°44°100°
CMYK 0.000.250.44   0.00
XYZ64.311660.255533.4402
Yxy60.25550.40700.3813
Hunter Lab77.624412.044028.7953
CIE-Lab81.976916.641233.9881

#febf8d color RGB value is (254,191,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10001101
Octal 376 277 215
Decimal 254 191 141
Hex FE BF 8D

RGB Percentages of Color #febf8d

%43.34
%32.59
%24.06

CMYK Percentages of Color #febf8d

%0
%25
%44
%0

Triadic Colors of #febf8d

#febf8d #8dfebf #bf8dfe

Analogous Colors of #febf8d

#febf8d #fef88d #fe8d94

Monochromatic Colors of #febf8d

#febf8d

Complementary Color

#febf8d #8dccfe

#febf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf8d Color CSS Codes

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

#febf8d Text Font Color

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

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


#febf8d Background Color

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

This div background color is #febf8d


#febf8d Border Color

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

This div border color is #febf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf8d


Comments

No comments written yet.

Please login to write comment.