Color Hex Logo

#fec67c Color Hex

#FEC67C
(254,198,124)
0 Favorites   0 Comments

Color spaces of #fec67c

RGB 254198124
HSL0.090.980.74
HSV34°51°100°
CMYK 0.000.220.51   0.00
XYZ64.705262.914227.8021
Yxy62.91420.41630.4048
Hunter Lab79.31856.806734.7411
CIE-Lab83.397211.412744.4918

#fec67c color RGB value is (254,198,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 01111100
Octal 376 306 174
Decimal 254 198 124
Hex FE C6 7C

RGB Percentages of Color #fec67c

%44.10
%34.38
%21.53

CMYK Percentages of Color #fec67c

%0
%22
%51
%0

Triadic Colors of #fec67c

#fec67c #7cfec6 #c67cfe

Analogous Colors of #fec67c

#fec67c #f5fe7c #fe857c

Monochromatic Colors of #fec67c

#fec67c

Complementary Color

#fec67c #7cb4fe

#fec67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec67c Color CSS Codes

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

#fec67c Text Font Color

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

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


#fec67c Background Color

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

This div background color is #fec67c


#fec67c Border Color

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

This div border color is #fec67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec67c

Related Colors


Comments

No comments written yet.

Please login to write comment.