Color Hex Logo

#fceebf Color Hex

#FCEEBF
(252,238,191)
0 Favorites   0 Comments

Color spaces of #fceebf

RGB 252238191
HSL0.130.910.87
HSV46°24°99°
CMYK 0.000.060.24   0.01
XYZ80.123485.606161.5909
Yxy85.60610.35250.3766
Hunter Lab92.5236-7.339125.2984
CIE-Lab94.1437-2.429324.4978

#fceebf color RGB value is (252,238,191).

#fceebf hex color red value is 252, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fceebf hue: 0.13 , saturation: 0.91 and the lightness value of fceebf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 10111111
Octal 374 356 277
Decimal 252 238 191
Hex FC EE BF

RGB Percentages of Color #fceebf

%37.00
%34.95
%28.05

CMYK Percentages of Color #fceebf

%0
%6
%24
%1

Triadic Colors of #fceebf

#fceebf #bffcee #eebffc

Analogous Colors of #fceebf

#fceebf #ecfcbf #fcd0bf

Monochromatic Colors of #fceebf

#fceebf

Complementary Color

#fceebf #bfcdfc

#fceebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceebf Color CSS Codes

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

#fceebf Text Font Color

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

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


#fceebf Background Color

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

This div background color is #fceebf


#fceebf Border Color

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

This div border color is #fceebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceebf


Comments

No comments written yet.

Please login to write comment.