color codes Logo

#fec02d color codes

#FEC02D
(254,192,45)
0 Favorites   0 Comments

Color spaces of #fec02d

RGB 25419245
HSL0.120.990.59
HSV42°82°100°
CMYK 0.000.240.82   0.00
XYZ60.196358.959610.6903
Yxy58.95960.46360.4541
Hunter Lab76.78525.562445.4950
CIE-Lab81.269410.120775.4402

#fec02d color RGB value is (254,192,45).

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

The process color (four color CMYK) of #fec02d color code is 0.00, 0.24, 0.82, 0.00. Web safe color of #fec02d is #ffcc33. Color #fec02d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 00101101
Octal 376 300 55
Decimal 254 192 45
Hex FE C0 2D

RGB Percentages of Color #fec02d

%51.73
%39.10
%9.16

CMYK Percentages of Color #fec02d

%0
%24
%82
%0

Triadic Colors of #fec02d

#fec02d #2dfec0 #c02dfe

Analogous Colors of #fec02d

#fec02d #d4fe2d #fe572d

Monochromatic Colors of #fec02d

#fec02d

Complementary Color

#fec02d #2d6bfe

#fec02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec02d Color CSS Codes

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

#fec02d Text Font Color

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

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


#fec02d Background Color

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

This div background color is #fec02d


#fec02d Border Color

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

This div border color is #fec02d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,192,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 #fec02d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec02d

Related Colors


Comments

No comments written yet.

Please login to write comment.