Color Hex Logo

#fcf06d Color Hex

#FCF06D
(252,240,109)
0 Favorites   0 Comments

Color spaces of #fcf06d

RGB 252240109
HSL0.150.960.71
HSV55°57°99°
CMYK 0.000.050.57   0.01
XYZ74.065384.119826.8011
Yxy84.11980.40040.4547
Hunter Lab91.7168-16.358146.8763
CIE-Lab93.5025-11.883163.4561

#fcf06d color RGB value is (252,240,109).

#fcf06d hex color red value is 252, green value is 240 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fcf06d hue: 0.15 , saturation: 0.96 and the lightness value of fcf06d is 0.71.

The process color (four color CMYK) of #fcf06d color hex is 0.00, 0.05, 0.57, 0.01. Web safe color of #fcf06d is #ffff66. Color #fcf06d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 01101101
Octal 374 360 155
Decimal 252 240 109
Hex FC F0 6D

RGB Percentages of Color #fcf06d

%41.93
%39.93
%18.14

CMYK Percentages of Color #fcf06d

%0
%5
%57
%1

Triadic Colors of #fcf06d

#fcf06d #6dfcf0 #f06dfc

Analogous Colors of #fcf06d

#fcf06d #c1fc6d #fca96d

Monochromatic Colors of #fcf06d

#fcf06d

Complementary Color

#fcf06d #6d79fc

#fcf06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf06d Color CSS Codes

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

#fcf06d Text Font Color

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

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


#fcf06d Background Color

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

This div background color is #fcf06d


#fcf06d Border Color

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

This div border color is #fcf06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf06d


Comments

No comments written yet.

Please login to write comment.