Color Hex Logo

#fecd3e Color Hex

#FECD3E
(254,205,62)
0 Favorites   0 Comments

Color spaces of #fecd3e

RGB 25420562
HSL0.120.990.62
HSV45°76°100°
CMYK 0.000.190.76   0.00
XYZ63.573965.081313.7687
Yxy65.08130.44640.4570
Hunter Lab80.6730-0.511846.3519
CIE-Lab84.52563.970472.9338

#fecd3e color RGB value is (254,205,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 00111110
Octal 376 315 76
Decimal 254 205 62
Hex FE CD 3E

RGB Percentages of Color #fecd3e

%48.75
%39.35
%11.90

CMYK Percentages of Color #fecd3e

%0
%19
%76
%0

Triadic Colors of #fecd3e

#fecd3e #3efecd #cd3efe

Analogous Colors of #fecd3e

#fecd3e #cffe3e #fe6d3e

Monochromatic Colors of #fecd3e

#fecd3e

Complementary Color

#fecd3e #3e6ffe

#fecd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecd3e Color CSS Codes

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

#fecd3e Text Font Color

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

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


#fecd3e Background Color

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

This div background color is #fecd3e


#fecd3e Border Color

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

This div border color is #fecd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecd3e

Related Colors


Comments

No comments written yet.

Please login to write comment.