Color Hex Logo

#fcff8d Color Hex

#FCFF8D
(252,255,141)
0 Favorites   0 Comments

Color spaces of #fcff8d

RGB 252255141
HSL0.171.000.78
HSV62°45°100°
CMYK 0.010.000.45   0.00
XYZ80.712694.138539.1158
Yxy94.13850.37720.4400
Hunter Lab97.0250-21.304244.0146
CIE-Lab97.6878-16.550653.8370

#fcff8d color RGB value is (252,255,141).

#fcff8d hex color red value is 252, green value is 255 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fcff8d hue: 0.17 , saturation: 1.00 and the lightness value of fcff8d is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 10001101
Octal 374 377 215
Decimal 252 255 141
Hex FC FF 8D

RGB Percentages of Color #fcff8d

%38.89
%39.35
%21.76

CMYK Percentages of Color #fcff8d

%1
%0
%45
%0

Triadic Colors of #fcff8d

#fcff8d #8dfcff #ff8dfc

Analogous Colors of #fcff8d

#fcff8d #c3ff8d #ffc98d

Monochromatic Colors of #fcff8d

#fcff8d

Complementary Color

#fcff8d #908dff

#fcff8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcff8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcff8d Color CSS Codes

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

#fcff8d Text Font Color

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

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


#fcff8d Background Color

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

This div background color is #fcff8d


#fcff8d Border Color

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

This div border color is #fcff8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcff8d

Related Colors


Comments

No comments written yet.

Please login to write comment.