Color Hex Logo

#fceada Color Hex

#FCEADA
(252,234,218)
0 Favorites   0 Comments

Color spaces of #fceada

RGB 252234218
HSL0.080.850.92
HSV28°13°99°
CMYK 0.000.070.13   0.01
XYZ82.222684.603078.3261
Yxy84.60300.33540.3451
Hunter Lab91.9799-1.400213.8971
CIE-Lab93.71183.52189.9552

#fceada color RGB value is (252,234,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 11011010
Octal 374 352 332
Decimal 252 234 218
Hex FC EA DA

RGB Percentages of Color #fceada

%35.80
%33.24
%30.97

CMYK Percentages of Color #fceada

%0
%7
%13
%1

Triadic Colors of #fceada

#fceada #dafcea #eadafc

Analogous Colors of #fceada

#fceada #fcfbda #fcdadb

Monochromatic Colors of #fceada

#fceada

Complementary Color

#fceada #daecfc

#fceada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceada Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceada Color CSS Codes

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

#fceada Text Font Color

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

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


#fceada Background Color

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

This div background color is #fceada


#fceada Border Color

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

This div border color is #fceada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceada

Related Colors


Comments

No comments written yet.

Please login to write comment.