Color Hex Logo

#fceddb Color Hex

#FCEDDB
(252,237,219)
0 Favorites   0 Comments

Color spaces of #fceddb

RGB 252237219
HSL0.090.850.92
HSV33°13°99°
CMYK 0.000.060.13   0.01
XYZ83.215386.378379.3046
Yxy86.37830.33430.3470
Hunter Lab92.9399-2.821914.4665
CIE-Lab94.47392.146610.5259

#fceddb color RGB value is (252,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11011011
Octal 374 355 333
Decimal 252 237 219
Hex FC ED DB

RGB Percentages of Color #fceddb

%35.59
%33.47
%30.93

CMYK Percentages of Color #fceddb

%0
%6
%13
%1

Triadic Colors of #fceddb

#fceddb #dbfced #eddbfc

Analogous Colors of #fceddb

#fceddb #fbfcdb #fcdddb

Monochromatic Colors of #fceddb

#fceddb

Complementary Color

#fceddb #dbeafc

#fceddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceddb Color CSS Codes

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

#fceddb Text Font Color

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

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


#fceddb Background Color

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

This div background color is #fceddb


#fceddb Border Color

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

This div border color is #fceddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceddb


Comments

No comments written yet.

Please login to write comment.