Color Hex Logo

#fec72d Color Hex

#FEC72D
(254,199,45)
0 Favorites   0 Comments

Color spaces of #fec72d

RGB 25419945
HSL0.120.990.59
HSV44°82°100°
CMYK 0.000.220.82   0.00
XYZ61.770162.107111.2149
Yxy62.10710.45720.4597
Hunter Lab78.80811.995046.7283
CIE-Lab82.97036.498876.8877

#fec72d color RGB value is (254,199,45).

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

The process color (four color CMYK) of #fec72d color hex is 0.00, 0.22, 0.82, 0.00. Web safe color of #fec72d is #ffcc33. Color #fec72d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 00101101
Octal 376 307 55
Decimal 254 199 45
Hex FE C7 2D

RGB Percentages of Color #fec72d

%51.00
%39.96
%9.04

CMYK Percentages of Color #fec72d

%0
%22
%82
%0

Triadic Colors of #fec72d

#fec72d #2dfec7 #c72dfe

Analogous Colors of #fec72d

#fec72d #cdfe2d #fe5e2d

Monochromatic Colors of #fec72d

#fec72d

Complementary Color

#fec72d #2d64fe

#fec72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec72d Color CSS Codes

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

#fec72d Text Font Color

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

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


#fec72d Background Color

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

This div background color is #fec72d


#fec72d Border Color

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

This div border color is #fec72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec72d


Comments

No comments written yet.

Please login to write comment.