Color Hex Logo

#fec164 Color Hex

#FEC164
(254,193,100)
0 Favorites   0 Comments

Color spaces of #fec164

RGB 254193100
HSL0.100.990.69
HSV36°61°100°
CMYK 0.000.240.61   0.00
XYZ62.243360.130920.3824
Yxy60.13090.43600.4212
Hunter Lab77.54417.576638.6966
CIE-Lab81.909312.175554.3997

#fec164 color RGB value is (254,193,100).

#fec164 hex color red value is 254, green value is 193 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fec164 hue: 0.10 , saturation: 0.99 and the lightness value of fec164 is 0.69.

The process color (four color CMYK) of #fec164 color hex is 0.00, 0.24, 0.61, 0.00. Web safe color of #fec164 is #ffcc66. Color #fec164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 01100100
Octal 376 301 144
Decimal 254 193 100
Hex FE C1 64

RGB Percentages of Color #fec164

%46.44
%35.28
%18.28

CMYK Percentages of Color #fec164

%0
%24
%61
%0

Triadic Colors of #fec164

#fec164 #64fec1 #c164fe

Analogous Colors of #fec164

#fec164 #eefe64 #fe7464

Monochromatic Colors of #fec164

#fec164

Complementary Color

#fec164 #64a1fe

#fec164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec164 Color CSS Codes

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

#fec164 Text Font Color

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

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


#fec164 Background Color

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

This div background color is #fec164


#fec164 Border Color

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

This div border color is #fec164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec164


Comments

No comments written yet.

Please login to write comment.