Color Hex Logo

#fecd93 Color Hex

#FECD93
(254,205,147)
0 Favorites   0 Comments

Color spaces of #fecd93

RGB 254205147
HSL0.090.980.79
HSV33°42°100°
CMYK 0.000.190.42   0.00
XYZ67.970866.840136.9227
Yxy66.84010.39580.3892
Hunter Lab81.75585.330130.4524
CIE-Lab85.42319.958835.3995

#fecd93 color RGB value is (254,205,147).

#fecd93 hex color red value is 254, green value is 205 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fecd93 hue: 0.09 , saturation: 0.98 and the lightness value of fecd93 is 0.79.

The process color (four color CMYK) of #fecd93 color hex is 0.00, 0.19, 0.42, 0.00. Web safe color of #fecd93 is #ffcc99. Color #fecd93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 10010011
Octal 376 315 223
Decimal 254 205 147
Hex FE CD 93

RGB Percentages of Color #fecd93

%41.91
%33.83
%24.26

CMYK Percentages of Color #fecd93

%0
%19
%42
%0

Triadic Colors of #fecd93

#fecd93 #93fecd #cd93fe

Analogous Colors of #fecd93

#fecd93 #fafe93 #fe9893

Monochromatic Colors of #fecd93

#fecd93

Complementary Color

#fecd93 #93c4fe

#fecd93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecd93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecd93 Color CSS Codes

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

#fecd93 Text Font Color

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

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


#fecd93 Background Color

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

This div background color is #fecd93


#fecd93 Border Color

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

This div border color is #fecd93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecd93

Related Colors


Comments

No comments written yet.

Please login to write comment.