Color Hex Logo

#fcfedb Color Hex

#FCFEDB
(252,254,219)
0 Favorites   0 Comments

Color spaces of #fcfedb

RGB 252254219
HSL0.180.950.93
HSV63°14°100°
CMYK 0.010.000.14   0.00
XYZ88.372996.693581.0238
Yxy96.69350.33210.3634
Hunter Lab98.3329-11.662419.9795
CIE-Lab98.7071-6.415616.5336

#fcfedb color RGB value is (252,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11011011
Octal 374 376 333
Decimal 252 254 219
Hex FC FE DB

RGB Percentages of Color #fcfedb

%34.76
%35.03
%30.21

CMYK Percentages of Color #fcfedb

%1
%0
%14
%0

Triadic Colors of #fcfedb

#fcfedb #dbfcfe #fedbfc

Analogous Colors of #fcfedb

#fcfedb #ebfedb #feefdb

Monochromatic Colors of #fcfedb

#fcfedb

Complementary Color

#fcfedb #dddbfe

#fcfedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfedb Color CSS Codes

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

#fcfedb Text Font Color

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

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


#fcfedb Background Color

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

This div background color is #fcfedb


#fcfedb Border Color

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

This div border color is #fcfedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfedb

Related Colors


Comments

No comments written yet.

Please login to write comment.