Color Hex Logo

#fceedb Color Hex

#FCEEDB
(252,238,219)
0 Favorites   0 Comments

Color spaces of #fceedb

RGB 252238219
HSL0.100.850.92
HSV35°13°99°
CMYK 0.000.060.13   0.01
XYZ83.505686.959079.4014
Yxy86.95900.33420.3480
Hunter Lab93.2518-3.346614.7924
CIE-Lab94.72091.637510.8786

#fceedb color RGB value is (252,238,219).

#fceedb hex color red value is 252, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fceedb hue: 0.10 , saturation: 0.85 and the lightness value of fceedb is 0.92.

The process color (four color CMYK) of #fceedb color hex is 0.00, 0.06, 0.13, 0.01. Web safe color of #fceedb is #ffffcc. Color #fceedb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 11011011
Octal 374 356 333
Decimal 252 238 219
Hex FC EE DB

RGB Percentages of Color #fceedb

%35.54
%33.57
%30.89

CMYK Percentages of Color #fceedb

%0
%6
%13
%1

Triadic Colors of #fceedb

#fceedb #dbfcee #eedbfc

Analogous Colors of #fceedb

#fceedb #fafcdb #fcdedb

Monochromatic Colors of #fceedb

#fceedb

Complementary Color

#fceedb #dbe9fc

#fceedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceedb Color CSS Codes

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

#fceedb Text Font Color

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

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


#fceedb Background Color

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

This div background color is #fceedb


#fceedb Border Color

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

This div border color is #fceedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,238,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 #fceedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceedb

Related Colors


Comments

No comments written yet.

Please login to write comment.