Color Hex Logo

#fcf086 Color Hex

#FCF086
(252,240,134)
0 Favorites   0 Comments

Color spaces of #fcf086

RGB 252240134
HSL0.150.950.76
HSV54°47°99°
CMYK 0.000.050.47   0.01
XYZ75.608084.736934.9251
Yxy84.73690.38720.4339
Hunter Lab92.0526-14.480141.9420
CIE-Lab93.7696-9.861852.3520

#fcf086 color RGB value is (252,240,134).

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

The process color (four color CMYK) of #fcf086 color hex is 0.00, 0.05, 0.47, 0.01. Web safe color of #fcf086 is #ffff99. Color #fcf086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 10000110
Octal 374 360 206
Decimal 252 240 134
Hex FC F0 86

RGB Percentages of Color #fcf086

%40.26
%38.34
%21.41

CMYK Percentages of Color #fcf086

%0
%5
%47
%1

Triadic Colors of #fcf086

#fcf086 #86fcf0 #f086fc

Analogous Colors of #fcf086

#fcf086 #cdfc86 #fcb586

Monochromatic Colors of #fcf086

#fcf086

Complementary Color

#fcf086 #8692fc

#fcf086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf086 Color CSS Codes

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

#fcf086 Text Font Color

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

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


#fcf086 Background Color

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

This div background color is #fcf086


#fcf086 Border Color

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

This div border color is #fcf086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf086

Related Colors


Comments

No comments written yet.

Please login to write comment.