Color Hex Logo

#fecf7d Color Hex

#FECF7D
(254,207,125)
0 Favorites   0 Comments

Color spaces of #fecf7d

RGB 254207125
HSL0.110.980.74
HSV38°51°100°
CMYK 0.000.190.51   0.00
XYZ66.887567.177128.8432
Yxy67.17710.41060.4124
Hunter Lab81.96162.238036.5083
CIE-Lab85.59336.837246.7137

#fecf7d color RGB value is (254,207,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 01111101
Octal 376 317 175
Decimal 254 207 125
Hex FE CF 7D

RGB Percentages of Color #fecf7d

%43.34
%35.32
%21.33

CMYK Percentages of Color #fecf7d

%0
%19
%51
%0

Triadic Colors of #fecf7d

#fecf7d #7dfecf #cf7dfe

Analogous Colors of #fecf7d

#fecf7d #edfe7d #fe8f7d

Monochromatic Colors of #fecf7d

#fecf7d

Complementary Color

#fecf7d #7dacfe

#fecf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf7d Color CSS Codes

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

#fecf7d Text Font Color

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

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


#fecf7d Background Color

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

This div background color is #fecf7d


#fecf7d Border Color

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

This div border color is #fecf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf7d


Comments

No comments written yet.

Please login to write comment.