Color Hex Logo

#fec283 Color Hex

#FEC283
(254,194,131)
0 Favorites   0 Comments

Color spaces of #fec283

RGB 254194131
HSL0.090.980.75
HSV31°48°100°
CMYK 0.000.240.48   0.00
XYZ64.261661.293129.9165
Yxy61.29310.41330.3942
Hunter Lab78.28999.508332.1468
CIE-Lab82.536114.117139.8687

#fec283 color RGB value is (254,194,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 10000011
Octal 376 302 203
Decimal 254 194 131
Hex FE C2 83

RGB Percentages of Color #fec283

%43.87
%33.51
%22.63

CMYK Percentages of Color #fec283

%0
%24
%48
%0

Triadic Colors of #fec283

#fec283 #83fec2 #c283fe

Analogous Colors of #fec283

#fec283 #fdfe83 #fe8583

Monochromatic Colors of #fec283

#fec283

Complementary Color

#fec283 #83bffe

#fec283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec283 Color CSS Codes

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

#fec283 Text Font Color

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

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


#fec283 Background Color

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

This div background color is #fec283


#fec283 Border Color

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

This div border color is #fec283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec283


Comments

No comments written yet.

Please login to write comment.