Color Hex Logo

#fec654 Color Hex

#FEC654
(254,198,84)
0 Favorites   0 Comments

Color spaces of #fec654

RGB 25419884
HSL0.110.990.66
HSV40°67°100°
CMYK 0.000.220.67   0.00
XYZ62.667462.099117.0709
Yxy62.09910.44180.4378
Hunter Lab78.80304.045442.3182
CIE-Lab82.96618.604262.7873

#fec654 color RGB value is (254,198,84).

#fec654 hex color red value is 254, green value is 198 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fec654 hue: 0.11 , saturation: 0.99 and the lightness value of fec654 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 01010100
Octal 376 306 124
Decimal 254 198 84
Hex FE C6 54

RGB Percentages of Color #fec654

%47.39
%36.94
%15.67

CMYK Percentages of Color #fec654

%0
%22
%67
%0

Triadic Colors of #fec654

#fec654 #54fec6 #c654fe

Analogous Colors of #fec654

#fec654 #e1fe54 #fe7154

Monochromatic Colors of #fec654

#fec654

Complementary Color

#fec654 #548cfe

#fec654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec654 Color CSS Codes

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

#fec654 Text Font Color

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

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


#fec654 Background Color

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

This div background color is #fec654


#fec654 Border Color

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

This div border color is #fec654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec654


Comments

No comments written yet.

Please login to write comment.