Color Hex Logo

#fec383 Color Hex

#FEC383
(254,195,131)
0 Favorites   0 Comments

Color spaces of #fec383

RGB 254195131
HSL0.090.980.75
HSV31°48°100°
CMYK 0.000.230.48   0.00
XYZ64.484961.739729.9910
Yxy61.73970.41280.3952
Hunter Lab78.57468.986532.3719
CIE-Lab82.774813.595840.1725

#fec383 color RGB value is (254,195,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 10000011
Octal 376 303 203
Decimal 254 195 131
Hex FE C3 83

RGB Percentages of Color #fec383

%43.79
%33.62
%22.59

CMYK Percentages of Color #fec383

%0
%23
%48
%0

Triadic Colors of #fec383

#fec383 #83fec3 #c383fe

Analogous Colors of #fec383

#fec383 #fcfe83 #fe8683

Monochromatic Colors of #fec383

#fec383

Complementary Color

#fec383 #83befe

#fec383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec383 Color CSS Codes

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

#fec383 Text Font Color

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

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


#fec383 Background Color

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

This div background color is #fec383


#fec383 Border Color

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

This div border color is #fec383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec383


Comments

No comments written yet.

Please login to write comment.