Color Hex Logo

#fecd8a Color Hex

#FECD8A
(254,205,138)
0 Favorites   0 Comments

Color spaces of #fecd8a

RGB 254205138
HSL0.100.980.77
HSV35°46°100°
CMYK 0.000.190.46   0.00
XYZ67.291866.568533.3471
Yxy66.56850.40240.3981
Hunter Lab81.58954.438132.8798
CIE-Lab85.28569.057939.8181

#fecd8a color RGB value is (254,205,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 10001010
Octal 376 315 212
Decimal 254 205 138
Hex FE CD 8A

RGB Percentages of Color #fecd8a

%42.55
%34.34
%23.12

CMYK Percentages of Color #fecd8a

%0
%19
%46
%0

Triadic Colors of #fecd8a

#fecd8a #8afecd #cd8afe

Analogous Colors of #fecd8a

#fecd8a #f5fe8a #fe938a

Monochromatic Colors of #fecd8a

#fecd8a

Complementary Color

#fecd8a #8abbfe

#fecd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecd8a Color CSS Codes

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

#fecd8a Text Font Color

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

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


#fecd8a Background Color

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

This div background color is #fecd8a


#fecd8a Border Color

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

This div border color is #fecd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecd8a

Related Colors

#fecd8a Color Palettes


Comments

No comments written yet.

Please login to write comment.