Color Hex Logo

#fec38c Color Hex

#FEC38C
(254,195,140)
0 Favorites   0 Comments

Color spaces of #fec38c

RGB 254195140
HSL0.080.980.77
HSV29°45°100°
CMYK 0.000.230.45   0.00
XYZ65.121861.994533.3448
Yxy61.99450.40580.3864
Hunter Lab78.73669.845530.0064
CIE-Lab82.910514.452635.7262

#fec38c color RGB value is (254,195,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 10001100
Octal 376 303 214
Decimal 254 195 140
Hex FE C3 8C

RGB Percentages of Color #fec38c

%43.12
%33.11
%23.77

CMYK Percentages of Color #fec38c

%0
%23
%45
%0

Triadic Colors of #fec38c

#fec38c #8cfec3 #c38cfe

Analogous Colors of #fec38c

#fec38c #fefc8c #fe8c8e

Monochromatic Colors of #fec38c

#fec38c

Complementary Color

#fec38c #8cc7fe

#fec38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec38c Color CSS Codes

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

#fec38c Text Font Color

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

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


#fec38c Background Color

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

This div background color is #fec38c


#fec38c Border Color

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

This div border color is #fec38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec38c


Comments

No comments written yet.

Please login to write comment.