Color Hex Logo

#fece7f Color Hex

#FECE7F
(254,206,127)
0 Favorites   0 Comments

Color spaces of #fece7f

RGB 254206127
HSL0.100.980.75
HSV37°50°100°
CMYK 0.000.190.50   0.00
XYZ66.775166.745729.4425
Yxy66.74570.40980.4096
Hunter Lab81.69802.923735.8216
CIE-Lab85.37547.527345.4544

#fece7f color RGB value is (254,206,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 01111111
Octal 376 316 177
Decimal 254 206 127
Hex FE CE 7F

RGB Percentages of Color #fece7f

%43.27
%35.09
%21.64

CMYK Percentages of Color #fece7f

%0
%19
%50
%0

Triadic Colors of #fece7f

#fece7f #7ffece #ce7ffe

Analogous Colors of #fece7f

#fece7f #effe7f #fe8f7f

Monochromatic Colors of #fece7f

#fece7f

Complementary Color

#fece7f #7faffe

#fece7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece7f Color CSS Codes

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

#fece7f Text Font Color

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

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


#fece7f Background Color

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

This div background color is #fece7f


#fece7f Border Color

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

This div border color is #fece7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece7f

Related Colors


Comments

No comments written yet.

Please login to write comment.