Color Hex Logo

#fec68b Color Hex

#FEC68B
(254,198,139)
0 Favorites   0 Comments

Color spaces of #fec68b

RGB 254198139
HSL0.090.980.77
HSV31°45°100°
CMYK 0.000.220.45   0.00
XYZ65.727363.323133.1845
Yxy63.32310.40510.3903
Hunter Lab79.57588.178130.9781
CIE-Lab83.612112.790437.1522

#fec68b color RGB value is (254,198,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 10001011
Octal 376 306 213
Decimal 254 198 139
Hex FE C6 8B

RGB Percentages of Color #fec68b

%42.98
%33.50
%23.52

CMYK Percentages of Color #fec68b

%0
%22
%45
%0

Triadic Colors of #fec68b

#fec68b #8bfec6 #c68bfe

Analogous Colors of #fec68b

#fec68b #fdfe8b #fe8d8b

Monochromatic Colors of #fec68b

#fec68b

Complementary Color

#fec68b #8bc3fe

#fec68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec68b Color CSS Codes

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

#fec68b Text Font Color

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

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


#fec68b Background Color

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

This div background color is #fec68b


#fec68b Border Color

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

This div border color is #fec68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec68b


Comments

No comments written yet.

Please login to write comment.