Color Hex Logo

#fcfeea Color Hex

#FCFEEA
(252,254,234)
0 Favorites   0 Comments

Color spaces of #fcfeea

RGB 252254234
HSL0.180.910.96
HSV66°100°
CMYK 0.010.000.08   0.00
XYZ90.438097.519691.8985
Yxy97.51960.32320.3485
Hunter Lab98.7520-9.344113.9512
CIE-Lab99.0329-4.04769.3249

#fcfeea color RGB value is (252,254,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11101010
Octal 374 376 352
Decimal 252 254 234
Hex FC FE EA

RGB Percentages of Color #fcfeea

%34.05
%34.32
%31.62

CMYK Percentages of Color #fcfeea

%1
%0
%8
%0

Triadic Colors of #fcfeea

#fcfeea #eafcfe #feeafc

Analogous Colors of #fcfeea

#fcfeea #f2feea #fef6ea

Monochromatic Colors of #fcfeea

#fcfeea

Complementary Color

#fcfeea #eceafe

#fcfeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfeea Color CSS Codes

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

#fcfeea Text Font Color

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

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


#fcfeea Background Color

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

This div background color is #fcfeea


#fcfeea Border Color

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

This div border color is #fcfeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfeea

Related Colors


Comments

No comments written yet.

Please login to write comment.