Color Hex Logo

#fecf81 Color Hex

#FECF81
(254,207,129)
0 Favorites   0 Comments

Color spaces of #fecf81

RGB 254207129
HSL0.100.980.75
HSV37°49°100°
CMYK 0.000.190.49   0.00
XYZ67.148367.281530.2164
Yxy67.28150.40780.4086
Hunter Lab82.02532.581035.5765
CIE-Lab85.64597.187744.7975

#fecf81 color RGB value is (254,207,129).

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

The process color (four color CMYK) of #fecf81 color hex is 0.00, 0.19, 0.49, 0.00. Web safe color of #fecf81 is #ffcc99. Color #fecf81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 10000001
Octal 376 317 201
Decimal 254 207 129
Hex FE CF 81

RGB Percentages of Color #fecf81

%43.05
%35.08
%21.86

CMYK Percentages of Color #fecf81

%0
%19
%49
%0

Triadic Colors of #fecf81

#fecf81 #81fecf #cf81fe

Analogous Colors of #fecf81

#fecf81 #effe81 #fe9181

Monochromatic Colors of #fecf81

#fecf81

Complementary Color

#fecf81 #81b0fe

#fecf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf81 Color CSS Codes

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

#fecf81 Text Font Color

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

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


#fecf81 Background Color

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

This div background color is #fecf81


#fecf81 Border Color

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

This div border color is #fecf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf81

Related Colors


Comments

No comments written yet.

Please login to write comment.