Color Hex Logo

#fec944 Color Hex

#FEC944
(254,201,68)
0 Favorites   0 Comments

Color spaces of #fec944

RGB 25420168
HSL0.120.990.63
HSV43°73°100°
CMYK 0.000.210.73   0.00
XYZ62.803163.261514.3694
Yxy63.26150.44720.4505
Hunter Lab79.53711.755044.9645
CIE-Lab83.57986.272969.8639

#fec944 color RGB value is (254,201,68).

#fec944 hex color red value is 254, green value is 201 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #fec944 hue: 0.12 , saturation: 0.99 and the lightness value of fec944 is 0.63.

The process color (four color CMYK) of #fec944 color hex is 0.00, 0.21, 0.73, 0.00. Web safe color of #fec944 is #ffcc33. Color #fec944 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 01000100
Octal 376 311 104
Decimal 254 201 68
Hex FE C9 44

RGB Percentages of Color #fec944

%48.57
%38.43
%13.00

CMYK Percentages of Color #fec944

%0
%21
%73
%0

Triadic Colors of #fec944

#fec944 #44fec9 #c944fe

Analogous Colors of #fec944

#fec944 #d6fe44 #fe6c44

Monochromatic Colors of #fec944

#fec944

Complementary Color

#fec944 #4479fe

#fec944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec944 Color CSS Codes

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

#fec944 Text Font Color

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

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


#fec944 Background Color

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

This div background color is #fec944


#fec944 Border Color

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

This div border color is #fec944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec944


Comments

No comments written yet.

Please login to write comment.