Color Hex Logo

#febe7e Color Hex

#FEBE7E
(254,190,126)
0 Favorites   0 Comments

Color spaces of #febe7e

RGB 254190126
HSL0.080.980.75
HSV30°50°100°
CMYK 0.000.250.50   0.00
XYZ63.052459.404127.8816
Yxy59.40410.41940.3951
Hunter Lab77.074111.146932.5036
CIE-Lab81.513215.756041.1227

#febe7e color RGB value is (254,190,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 01111110
Octal 376 276 176
Decimal 254 190 126
Hex FE BE 7E

RGB Percentages of Color #febe7e

%44.56
%33.33
%22.11

CMYK Percentages of Color #febe7e

%0
%25
%50
%0

Triadic Colors of #febe7e

#febe7e #7efebe #be7efe

Analogous Colors of #febe7e

#febe7e #fefe7e #fe7e7e

Monochromatic Colors of #febe7e

#febe7e

Complementary Color

#febe7e #7ebefe

#febe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe7e Color CSS Codes

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

#febe7e Text Font Color

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

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


#febe7e Background Color

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

This div background color is #febe7e


#febe7e Border Color

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

This div border color is #febe7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,190,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 #febe7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe7e

#febe7e Color Palettes


Comments

No comments written yet.

Please login to write comment.