Color Hex Logo

#fecd5f Color Hex

#FECD5F
(254,205,95)
0 Favorites   0 Comments

Color spaces of #fecd5f

RGB 25420595
HSL0.120.990.68
HSV42°63°100°
CMYK 0.000.190.63   0.00
XYZ64.769965.559720.0670
Yxy65.55970.43070.4359
Hunter Lab80.96891.092841.9841
CIE-Lab84.77135.636459.9275

#fecd5f color RGB value is (254,205,95).

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

The process color (four color CMYK) of #fecd5f color hex is 0.00, 0.19, 0.63, 0.00. Web safe color of #fecd5f is #ffcc66. Color #fecd5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 01011111
Octal 376 315 137
Decimal 254 205 95
Hex FE CD 5F

RGB Percentages of Color #fecd5f

%45.85
%37.00
%17.15

CMYK Percentages of Color #fecd5f

%0
%19
%63
%0

Triadic Colors of #fecd5f

#fecd5f #5ffecd #cd5ffe

Analogous Colors of #fecd5f

#fecd5f #e0fe5f #fe7e5f

Monochromatic Colors of #fecd5f

#fecd5f

Complementary Color

#fecd5f #5f90fe

#fecd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecd5f Color CSS Codes

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

#fecd5f Text Font Color

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

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


#fecd5f Background Color

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

This div background color is #fecd5f


#fecd5f Border Color

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

This div border color is #fecd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecd5f


Comments

No comments written yet.

Please login to write comment.