Color Hex Logo

#febf7e Color Hex

#FEBF7E
(254,191,126)
0 Favorites   0 Comments

Color spaces of #febf7e

RGB 254191126
HSL0.080.980.75
HSV30°50°100°
CMYK 0.000.250.50   0.00
XYZ63.269759.838827.9540
Yxy59.83880.41880.3961
Hunter Lab77.355510.624332.7232
CIE-Lab81.750515.233641.4219

#febf7e color RGB value is (254,191,126).

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

The process color (four color CMYK) of #febf7e color hex is 0.00, 0.25, 0.50, 0.00. Web safe color of #febf7e is #ffcc66. Color #febf7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01111110
Octal 376 277 176
Decimal 254 191 126
Hex FE BF 7E

RGB Percentages of Color #febf7e

%44.48
%33.45
%22.07

CMYK Percentages of Color #febf7e

%0
%25
%50
%0

Triadic Colors of #febf7e

#febf7e #7efebf #bf7efe

Analogous Colors of #febf7e

#febf7e #fdfe7e #fe7f7e

Monochromatic Colors of #febf7e

#febf7e

Complementary Color

#febf7e #7ebdfe

#febf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf7e Color CSS Codes

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

#febf7e Text Font Color

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

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


#febf7e Background Color

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

This div background color is #febf7e


#febf7e Border Color

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

This div border color is #febf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf7e

Related Colors


Comments

No comments written yet.

Please login to write comment.