Color Hex Logo

#fcffef Color Hex

#FCFFEF
(252,255,239)
0 Favorites   0 Comments

Color spaces of #fcffef

RGB 252255239
HSL0.201.000.97
HSV71°100°
CMYK 0.010.000.06   0.00
XYZ91.484998.447495.8418
Yxy98.44740.32010.3445
Hunter Lab99.2207-9.053012.1835
CIE-Lab99.3965-3.72477.2862

#fcffef color RGB value is (252,255,239).

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

The process color (four color CMYK) of #fcffef color hex is 0.01, 0.00, 0.06, 0.00. Web safe color of #fcffef is #ffffff. Color #fcffef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11101111
Octal 374 377 357
Decimal 252 255 239
Hex FC FF EF

RGB Percentages of Color #fcffef

%33.78
%34.18
%32.04

CMYK Percentages of Color #fcffef

%1
%0
%6
%0

Triadic Colors of #fcffef

#fcffef #effcff #ffeffc

Analogous Colors of #fcffef

#fcffef #f4ffef #fffaef

Monochromatic Colors of #fcffef

#fcffef

Complementary Color

#fcffef #f2efff

#fcffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffef Color CSS Codes

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

#fcffef Text Font Color

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

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


#fcffef Background Color

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

This div background color is #fcffef


#fcffef Border Color

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

This div border color is #fcffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffef

Related Colors

#fcffef Color Palettes


Comments

No comments written yet.

Please login to write comment.