Color Hex Logo

#fea67c Color Hex

#FEA67C
(254,166,124)
0 Favorites   0 Comments

Color spaces of #fea67c

RGB 254166124
HSL0.050.980.74
HSV19°51°100°
CMYK 0.000.350.51   0.00
XYZ58.147449.798525.6162
Yxy49.79850.43540.3728
Hunter Lab70.568123.588227.8754
CIE-Lab75.945428.140835.0603

#fea67c color RGB value is (254,166,124).

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

The process color (four color CMYK) of #fea67c color hex is 0.00, 0.35, 0.51, 0.00. Web safe color of #fea67c is #ff9966. Color #fea67c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 01111100
Octal 376 246 174
Decimal 254 166 124
Hex FE A6 7C

RGB Percentages of Color #fea67c

%46.69
%30.51
%22.79

CMYK Percentages of Color #fea67c

%0
%35
%51
%0

Triadic Colors of #fea67c

#fea67c #7cfea6 #a67cfe

Analogous Colors of #fea67c

#fea67c #fee77c #fe7c93

Monochromatic Colors of #fea67c

#fea67c

Complementary Color

#fea67c #7cd4fe

#fea67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea67c Color CSS Codes

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

#fea67c Text Font Color

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

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


#fea67c Background Color

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

This div background color is #fea67c


#fea67c Border Color

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

This div border color is #fea67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea67c


Comments

No comments written yet.

Please login to write comment.