Color Hex Logo

#fec282 Color Hex

#FEC282
(254,194,130)
0 Favorites   0 Comments

Color spaces of #fec282

RGB 254194130
HSL0.090.980.75
HSV31°49°100°
CMYK 0.000.240.49   0.00
XYZ64.194161.266129.5612
Yxy61.26610.41410.3952
Hunter Lab78.27279.416832.3988
CIE-Lab82.521614.025840.3606

#fec282 color RGB value is (254,194,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 10000010
Octal 376 302 202
Decimal 254 194 130
Hex FE C2 82

RGB Percentages of Color #fec282

%43.94
%33.56
%22.49

CMYK Percentages of Color #fec282

%0
%24
%49
%0

Triadic Colors of #fec282

#fec282 #82fec2 #c282fe

Analogous Colors of #fec282

#fec282 #fcfe82 #fe8482

Monochromatic Colors of #fec282

#fec282

Complementary Color

#fec282 #82befe

#fec282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec282 Color CSS Codes

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

#fec282 Text Font Color

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

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


#fec282 Background Color

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

This div background color is #fec282


#fec282 Border Color

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

This div border color is #fec282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec282


Comments

No comments written yet.

Please login to write comment.