Color Hex Logo

#fcfe86 Color Hex

#FCFE86
(252,254,134)
0 Favorites   0 Comments

Color spaces of #fcfe86

RGB 252254134
HSL0.170.980.76
HSV61°47°100°
CMYK 0.010.000.47   0.00
XYZ79.889893.300336.3524
Yxy93.30030.38130.4453
Hunter Lab96.5921-21.401645.3007
CIE-Lab97.3493-16.706356.6837

#fcfe86 color RGB value is (252,254,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 10000110
Octal 374 376 206
Decimal 252 254 134
Hex FC FE 86

RGB Percentages of Color #fcfe86

%39.38
%39.69
%20.94

CMYK Percentages of Color #fcfe86

%1
%0
%47
%0

Triadic Colors of #fcfe86

#fcfe86 #86fcfe #fe86fc

Analogous Colors of #fcfe86

#fcfe86 #c0fe86 #fec486

Monochromatic Colors of #fcfe86

#fcfe86

Complementary Color

#fcfe86 #8886fe

#fcfe86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfe86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfe86 Color CSS Codes

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

#fcfe86 Text Font Color

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

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


#fcfe86 Background Color

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

This div background color is #fcfe86


#fcfe86 Border Color

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

This div border color is #fcfe86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfe86

Related Colors


Comments

No comments written yet.

Please login to write comment.