Color Hex Logo

#fec47d Color Hex

#FEC47D
(254,196,125)
0 Favorites   0 Comments

Color spaces of #fec47d

RGB 254196125
HSL0.090.980.74
HSV33°51°100°
CMYK 0.000.230.51   0.00
XYZ64.314662.031427.9855
Yxy62.03140.41670.4019
Hunter Lab78.76007.931234.0647
CIE-Lab82.930112.539243.4081

#fec47d color RGB value is (254,196,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 01111101
Octal 376 304 175
Decimal 254 196 125
Hex FE C4 7D

RGB Percentages of Color #fec47d

%44.17
%34.09
%21.74

CMYK Percentages of Color #fec47d

%0
%23
%51
%0

Triadic Colors of #fec47d

#fec47d #7dfec4 #c47dfe

Analogous Colors of #fec47d

#fec47d #f8fe7d #fe847d

Monochromatic Colors of #fec47d

#fec47d

Complementary Color

#fec47d #7db7fe

#fec47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec47d Color CSS Codes

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

#fec47d Text Font Color

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

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


#fec47d Background Color

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

This div background color is #fec47d


#fec47d Border Color

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

This div border color is #fec47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec47d

Related Colors


Comments

No comments written yet.

Please login to write comment.