Color Hex Logo

#fec48a Color Hex

#FEC48A
(254,196,138)
0 Favorites   0 Comments

Color spaces of #fec48a

RGB 254196138
HSL0.080.980.77
HSV30°46°100°
CMYK 0.000.230.46   0.00
XYZ65.200462.385732.6500
Yxy62.38570.40690.3893
Hunter Lab78.98469.125530.7804
CIE-Lab83.118113.735037.0271

#fec48a color RGB value is (254,196,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 10001010
Octal 376 304 212
Decimal 254 196 138
Hex FE C4 8A

RGB Percentages of Color #fec48a

%43.20
%33.33
%23.47

CMYK Percentages of Color #fec48a

%0
%23
%46
%0

Triadic Colors of #fec48a

#fec48a #8afec4 #c48afe

Analogous Colors of #fec48a

#fec48a #fefe8a #fe8a8a

Monochromatic Colors of #fec48a

#fec48a

Complementary Color

#fec48a #8ac4fe

#fec48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec48a Color CSS Codes

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

#fec48a Text Font Color

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

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


#fec48a Background Color

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

This div background color is #fec48a


#fec48a Border Color

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

This div border color is #fec48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec48a


Comments

No comments written yet.

Please login to write comment.