Color Hex Logo

#fec98b Color Hex

#FEC98B
(254,201,139)
0 Favorites   0 Comments

Color spaces of #fec98b

RGB 254201139
HSL0.090.980.77
HSV32°45°100°
CMYK 0.000.210.45   0.00
XYZ66.419964.708233.4153
Yxy64.70820.40370.3933
Hunter Lab80.44146.613731.6800
CIE-Lab84.333111.230138.0841

#fec98b color RGB value is (254,201,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 10001011
Octal 376 311 213
Decimal 254 201 139
Hex FE C9 8B

RGB Percentages of Color #fec98b

%42.76
%33.84
%23.40

CMYK Percentages of Color #fec98b

%0
%21
%45
%0

Triadic Colors of #fec98b

#fec98b #8bfec9 #c98bfe

Analogous Colors of #fec98b

#fec98b #fafe8b #fe908b

Monochromatic Colors of #fec98b

#fec98b

Complementary Color

#fec98b #8bc0fe

#fec98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec98b Color CSS Codes

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

#fec98b Text Font Color

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

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


#fec98b Background Color

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

This div background color is #fec98b


#fec98b Border Color

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

This div border color is #fec98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec98b


Comments

No comments written yet.

Please login to write comment.