Color Hex Logo

#fec882 Color Hex

#FEC882
(254,200,130)
0 Favorites   0 Comments

Color spaces of #fec882

RGB 254200130
HSL0.090.980.75
HSV34°49°100°
CMYK 0.000.210.49   0.00
XYZ65.556663.991130.0154
Yxy63.99110.41090.4010
Hunter Lab79.99446.293133.7494
CIE-Lab83.961110.902842.1826

#fec882 color RGB value is (254,200,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 10000010
Octal 376 310 202
Decimal 254 200 130
Hex FE C8 82

RGB Percentages of Color #fec882

%43.49
%34.25
%22.26

CMYK Percentages of Color #fec882

%0
%21
%49
%0

Triadic Colors of #fec882

#fec882 #82fec8 #c882fe

Analogous Colors of #fec882

#fec882 #f6fe82 #fe8a82

Monochromatic Colors of #fec882

#fec882

Complementary Color

#fec882 #82b8fe

#fec882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec882 Color CSS Codes

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

#fec882 Text Font Color

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

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


#fec882 Background Color

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

This div background color is #fec882


#fec882 Border Color

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

This div border color is #fec882


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,200,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 #fec882">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec882


Comments

No comments written yet.

Please login to write comment.