Color Hex Logo

#fecc82 Color Hex

#FECC82
(254,204,130)
0 Favorites   0 Comments

Color spaces of #fecc82

RGB 254204130
HSL0.100.980.75
HSV36°49°100°
CMYK 0.000.200.49   0.00
XYZ66.495265.868330.3283
Yxy65.86830.40870.4049
Hunter Lab81.15934.219434.6555
CIE-Lab84.92928.828543.4010

#fecc82 color RGB value is (254,204,130).

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

The process color (four color CMYK) of #fecc82 color hex is 0.00, 0.20, 0.49, 0.00. Web safe color of #fecc82 is #ffcc99. Color #fecc82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 10000010
Octal 376 314 202
Decimal 254 204 130
Hex FE CC 82

RGB Percentages of Color #fecc82

%43.20
%34.69
%22.11

CMYK Percentages of Color #fecc82

%0
%20
%49
%0

Triadic Colors of #fecc82

#fecc82 #82fecc #cc82fe

Analogous Colors of #fecc82

#fecc82 #f2fe82 #fe8e82

Monochromatic Colors of #fecc82

#fecc82

Complementary Color

#fecc82 #82b4fe

#fecc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc82 Color CSS Codes

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

#fecc82 Text Font Color

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

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


#fecc82 Background Color

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

This div background color is #fecc82


#fecc82 Border Color

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

This div border color is #fecc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc82


Comments

No comments written yet.

Please login to write comment.