Color Hex Logo

#fec973 Color Hex

#FEC973
(254,201,115)
0 Favorites   0 Comments

Color spaces of #fec973

RGB 254201115
HSL0.100.990.72
HSV37°55°100°
CMYK 0.000.210.55   0.00
XYZ64.854264.081925.1705
Yxy64.08190.42080.4158
Hunter Lab80.05124.523937.3933
CIE-Lab84.00849.115749.6823

#fec973 color RGB value is (254,201,115).

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

The process color (four color CMYK) of #fec973 color hex is 0.00, 0.21, 0.55, 0.00. Web safe color of #fec973 is #ffcc66. Color #fec973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 01110011
Octal 376 311 163
Decimal 254 201 115
Hex FE C9 73

RGB Percentages of Color #fec973

%44.56
%35.26
%20.18

CMYK Percentages of Color #fec973

%0
%21
%55
%0

Triadic Colors of #fec973

#fec973 #73fec9 #c973fe

Analogous Colors of #fec973

#fec973 #eefe73 #fe8473

Monochromatic Colors of #fec973

#fec973

Complementary Color

#fec973 #73a8fe

#fec973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec973 Color CSS Codes

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

#fec973 Text Font Color

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

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


#fec973 Background Color

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

This div background color is #fec973


#fec973 Border Color

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

This div border color is #fec973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec973


Comments

No comments written yet.

Please login to write comment.