Color Hex Logo

#feca7e Color Hex

#FECA7E
(254,202,126)
0 Favorites   0 Comments

Color spaces of #feca7e

RGB 254202126
HSL0.100.980.75
HSV36°50°100°
CMYK 0.000.200.50   0.00
XYZ65.759564.818228.7839
Yxy64.81820.41260.4067
Hunter Lab80.50984.904835.1594
CIE-Lab84.39009.509744.7271

#feca7e color RGB value is (254,202,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 01111110
Octal 376 312 176
Decimal 254 202 126
Hex FE CA 7E

RGB Percentages of Color #feca7e

%43.64
%34.71
%21.65

CMYK Percentages of Color #feca7e

%0
%20
%50
%0

Triadic Colors of #feca7e

#feca7e #7efeca #ca7efe

Analogous Colors of #feca7e

#feca7e #f2fe7e #fe8a7e

Monochromatic Colors of #feca7e

#feca7e

Complementary Color

#feca7e #7eb2fe

#feca7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feca7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feca7e Color CSS Codes

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

#feca7e Text Font Color

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

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


#feca7e Background Color

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

This div background color is #feca7e


#feca7e Border Color

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

This div border color is #feca7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feca7e


Comments

No comments written yet.

Please login to write comment.