Color Hex Logo

#fecd7a Color Hex

#FECD7A
(254,205,122)
0 Favorites   0 Comments

Color spaces of #fecd7a

RGB 254205122
HSL0.100.990.74
HSV38°52°100°
CMYK 0.000.190.52   0.00
XYZ66.217266.138627.6884
Yxy66.13860.41370.4133
Hunter Lab81.32563.018936.7419
CIE-Lab85.06717.614847.5440

#fecd7a color RGB value is (254,205,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 01111010
Octal 376 315 172
Decimal 254 205 122
Hex FE CD 7A

RGB Percentages of Color #fecd7a

%43.72
%35.28
%21.00

CMYK Percentages of Color #fecd7a

%0
%19
%52
%0

Triadic Colors of #fecd7a

#fecd7a #7afecd #cd7afe

Analogous Colors of #fecd7a

#fecd7a #edfe7a #fe8b7a

Monochromatic Colors of #fecd7a

#fecd7a

Complementary Color

#fecd7a #7aabfe

#fecd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecd7a Color CSS Codes

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

#fecd7a Text Font Color

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

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


#fecd7a Background Color

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

This div background color is #fecd7a


#fecd7a Border Color

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

This div border color is #fecd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecd7a


Comments

No comments written yet.

Please login to write comment.