Color Hex Logo

#fcffc5 Color Hex

#FCFFC5
(252,255,197)
0 Favorites   0 Comments

Color spaces of #fcffc5

RGB 252255197
HSL0.181.000.89
HSV63°23°100°
CMYK 0.010.000.23   0.00
XYZ85.982996.246766.8690
Yxy96.24670.34520.3864
Hunter Lab98.1054-15.241028.2615
CIE-Lab98.5302-10.092527.4648

#fcffc5 color RGB value is (252,255,197).

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

The process color (four color CMYK) of #fcffc5 color hex is 0.01, 0.00, 0.23, 0.00. Web safe color of #fcffc5 is #ffffcc. Color #fcffc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11000101
Octal 374 377 305
Decimal 252 255 197
Hex FC FF C5

RGB Percentages of Color #fcffc5

%35.80
%36.22
%27.98

CMYK Percentages of Color #fcffc5

%1
%0
%23
%0

Triadic Colors of #fcffc5

#fcffc5 #c5fcff #ffc5fc

Analogous Colors of #fcffc5

#fcffc5 #dfffc5 #ffe5c5

Monochromatic Colors of #fcffc5

#fcffc5

Complementary Color

#fcffc5 #c8c5ff

#fcffc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffc5 Color CSS Codes

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

#fcffc5 Text Font Color

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

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


#fcffc5 Background Color

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

This div background color is #fcffc5


#fcffc5 Border Color

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

This div border color is #fcffc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffc5

Related Colors


Comments

No comments written yet.

Please login to write comment.