Color Hex Logo

#fcfe85 Color Hex

#FCFE85
(252,254,133)
0 Favorites   0 Comments

Color spaces of #fcfe85

RGB 252254133
HSL0.170.980.76
HSV61°48°100°
CMYK 0.010.000.48   0.00
XYZ79.820393.272535.9867
Yxy93.27250.38180.4461
Hunter Lab96.5777-21.482845.5118
CIE-Lab97.3381-16.794657.1311

#fcfe85 color RGB value is (252,254,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 10000101
Octal 374 376 205
Decimal 252 254 133
Hex FC FE 85

RGB Percentages of Color #fcfe85

%39.44
%39.75
%20.81

CMYK Percentages of Color #fcfe85

%1
%0
%48
%0

Triadic Colors of #fcfe85

#fcfe85 #85fcfe #fe85fc

Analogous Colors of #fcfe85

#fcfe85 #c0fe85 #fec485

Monochromatic Colors of #fcfe85

#fcfe85

Complementary Color

#fcfe85 #8785fe

#fcfe85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfe85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfe85 Color CSS Codes

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

#fcfe85 Text Font Color

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

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


#fcfe85 Background Color

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

This div background color is #fcfe85


#fcfe85 Border Color

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

This div border color is #fcfe85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfe85

Related Colors


Comments

No comments written yet.

Please login to write comment.