Color Hex Logo

#fecb7e Color Hex

#FECB7E
(254,203,126)
0 Favorites   0 Comments

Color spaces of #fecb7e

RGB 254203126
HSL0.100.980.75
HSV36°50°100°
CMYK 0.000.200.50   0.00
XYZ65.994965.289128.8624
Yxy65.28910.41210.4077
Hunter Lab80.80174.387335.3827
CIE-Lab84.63258.991445.0287

#fecb7e color RGB value is (254,203,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 01111110
Octal 376 313 176
Decimal 254 203 126
Hex FE CB 7E

RGB Percentages of Color #fecb7e

%43.57
%34.82
%21.61

CMYK Percentages of Color #fecb7e

%0
%20
%50
%0

Triadic Colors of #fecb7e

#fecb7e #7efecb #cb7efe

Analogous Colors of #fecb7e

#fecb7e #f1fe7e #fe8b7e

Monochromatic Colors of #fecb7e

#fecb7e

Complementary Color

#fecb7e #7eb1fe

#fecb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb7e Color CSS Codes

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

#fecb7e Text Font Color

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

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


#fecb7e Background Color

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

This div background color is #fecb7e


#fecb7e Border Color

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

This div border color is #fecb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb7e


Comments

No comments written yet.

Please login to write comment.