Color Hex Logo

#feca7f Color Hex

#FECA7F
(254,202,127)
0 Favorites   0 Comments

Color spaces of #feca7f

RGB 254202127
HSL0.100.980.75
HSV35°50°100°
CMYK 0.000.200.50   0.00
XYZ65.824364.844229.1255
Yxy64.84420.41190.4058
Hunter Lab80.52594.991034.9235
CIE-Lab84.40349.597144.2445

#feca7f color RGB value is (254,202,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 01111111
Octal 376 312 177
Decimal 254 202 127
Hex FE CA 7F

RGB Percentages of Color #feca7f

%43.57
%34.65
%21.78

CMYK Percentages of Color #feca7f

%0
%20
%50
%0

Triadic Colors of #feca7f

#feca7f #7ffeca #ca7ffe

Analogous Colors of #feca7f

#feca7f #f3fe7f #fe8b7f

Monochromatic Colors of #feca7f

#feca7f

Complementary Color

#feca7f #7fb3fe

#feca7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feca7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feca7f Color CSS Codes

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

#feca7f Text Font Color

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

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


#feca7f Background Color

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

This div background color is #feca7f


#feca7f Border Color

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

This div border color is #feca7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feca7f

Related Colors


Comments

No comments written yet.

Please login to write comment.