Color Hex Logo

#fecd3d Color Hex

#FECD3D
(254,205,61)
0 Favorites   0 Comments

Color spaces of #fecd3d

RGB 25420561
HSL0.120.990.62
HSV45°76°100°
CMYK 0.000.190.76   0.00
XYZ63.546765.070413.6255
Yxy65.07040.44670.4575
Hunter Lab80.6662-0.548446.4516
CIE-Lab84.52003.932273.2733

#fecd3d color RGB value is (254,205,61).

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

The process color (four color CMYK) of #fecd3d color hex is 0.00, 0.19, 0.76, 0.00. Web safe color of #fecd3d is #ffcc33. Color #fecd3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 00111101
Octal 376 315 75
Decimal 254 205 61
Hex FE CD 3D

RGB Percentages of Color #fecd3d

%48.85
%39.42
%11.73

CMYK Percentages of Color #fecd3d

%0
%19
%76
%0

Triadic Colors of #fecd3d

#fecd3d #3dfecd #cd3dfe

Analogous Colors of #fecd3d

#fecd3d #cffe3d #fe6d3d

Monochromatic Colors of #fecd3d

#fecd3d

Complementary Color

#fecd3d #3d6efe

#fecd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecd3d Color CSS Codes

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

#fecd3d Text Font Color

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

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


#fecd3d Background Color

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

This div background color is #fecd3d


#fecd3d Border Color

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

This div border color is #fecd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecd3d


Comments

No comments written yet.

Please login to write comment.