Color Hex Logo

#fcffb7 Color Hex

#FCFFB7
(252,255,183)
0 Favorites   0 Comments

Color spaces of #fcffb7

RGB 252255183
HSL0.171.000.86
HSV63°28°100°
CMYK 0.010.000.28   0.00
XYZ84.452195.634358.8079
Yxy95.63430.35350.4003
Hunter Lab97.7928-16.988032.8008
CIE-Lab98.2868-11.930234.1708

#fcffb7 color RGB value is (252,255,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 10110111
Octal 374 377 267
Decimal 252 255 183
Hex FC FF B7

RGB Percentages of Color #fcffb7

%36.52
%36.96
%26.52

CMYK Percentages of Color #fcffb7

%1
%0
%28
%0

Triadic Colors of #fcffb7

#fcffb7 #b7fcff #ffb7fc

Analogous Colors of #fcffb7

#fcffb7 #d8ffb7 #ffdeb7

Monochromatic Colors of #fcffb7

#fcffb7

Complementary Color

#fcffb7 #bab7ff

#fcffb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffb7 Color CSS Codes

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

#fcffb7 Text Font Color

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

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


#fcffb7 Background Color

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

This div background color is #fcffb7


#fcffb7 Border Color

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

This div border color is #fcffb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffb7

Related Colors

#fcffb7 Color Palettes


Comments

No comments written yet.

Please login to write comment.