Color Hex Logo

#fcfee4 Color Hex

#FCFEE4
(252,254,228)
0 Favorites   0 Comments

Color spaces of #fcfee4

RGB 252254228
HSL0.180.930.95
HSV65°10°100°
CMYK 0.010.000.10   0.00
XYZ89.590397.180587.4346
Yxy97.18050.32670.3544
Hunter Lab98.5802-10.293316.4195
CIE-Lab98.8994-5.013612.2059

#fcfee4 color RGB value is (252,254,228).

#fcfee4 hex color red value is 252, green value is 254 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fcfee4 hue: 0.18 , saturation: 0.93 and the lightness value of fcfee4 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11100100
Octal 374 376 344
Decimal 252 254 228
Hex FC FE E4

RGB Percentages of Color #fcfee4

%34.33
%34.60
%31.06

CMYK Percentages of Color #fcfee4

%1
%0
%10
%0

Triadic Colors of #fcfee4

#fcfee4 #e4fcfe #fee4fc

Analogous Colors of #fcfee4

#fcfee4 #effee4 #fef3e4

Monochromatic Colors of #fcfee4

#fcfee4

Complementary Color

#fcfee4 #e6e4fe

#fcfee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfee4 Color CSS Codes

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

#fcfee4 Text Font Color

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

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


#fcfee4 Background Color

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

This div background color is #fcfee4


#fcfee4 Border Color

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

This div border color is #fcfee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfee4

Related Colors


Comments

No comments written yet.

Please login to write comment.