Color Hex Logo

#fcf68e Color Hex

#FCF68E
(252,246,142)
0 Favorites   0 Comments

Color spaces of #fcf68e

RGB 252246142
HSL0.160.950.77
HSV57°44°99°
CMYK 0.000.020.44   0.01
XYZ77.983188.560038.5748
Yxy88.56000.38020.4318
Hunter Lab94.1063-16.768441.5711
CIE-Lab95.3962-12.071950.5446

#fcf68e color RGB value is (252,246,142).

#fcf68e hex color red value is 252, green value is 246 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fcf68e hue: 0.16 , saturation: 0.95 and the lightness value of fcf68e is 0.77.

The process color (four color CMYK) of #fcf68e color hex is 0.00, 0.02, 0.44, 0.01. Web safe color of #fcf68e is #ffff99. Color #fcf68e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110110 10001110
Octal 374 366 216
Decimal 252 246 142
Hex FC F6 8E

RGB Percentages of Color #fcf68e

%39.38
%38.44
%22.19

CMYK Percentages of Color #fcf68e

%0
%2
%44
%1

Triadic Colors of #fcf68e

#fcf68e #8efcf6 #f68efc

Analogous Colors of #fcf68e

#fcf68e #cbfc8e #fcbf8e

Monochromatic Colors of #fcf68e

#fcf68e

Complementary Color

#fcf68e #8e94fc

#fcf68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf68e Color CSS Codes

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

#fcf68e Text Font Color

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

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


#fcf68e Background Color

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

This div background color is #fcf68e


#fcf68e Border Color

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

This div border color is #fcf68e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,246,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcf68e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcf68e;
  -webkit-box-shadow: 1px 1px 3px 2px #fcf68e;
  box-shadow:         1px 1px 3px 2px #fcf68e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,246,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf68e

Related Colors


Comments

No comments written yet.

Please login to write comment.