Color Hex Logo

#fcedbf Color Hex

#FCEDBF
(252,237,191)
0 Favorites   0 Comments

Color spaces of #fcedbf

RGB 252237191
HSL0.130.910.87
HSV45°24°99°
CMYK 0.000.060.24   0.01
XYZ79.833085.025461.4941
Yxy85.02540.35270.3756
Hunter Lab92.2092-6.824225.0061
CIE-Lab93.8941-1.924724.1541

#fcedbf color RGB value is (252,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 10111111
Octal 374 355 277
Decimal 252 237 191
Hex FC ED BF

RGB Percentages of Color #fcedbf

%37.06
%34.85
%28.09

CMYK Percentages of Color #fcedbf

%0
%6
%24
%1

Triadic Colors of #fcedbf

#fcedbf #bffced #edbffc

Analogous Colors of #fcedbf

#fcedbf #edfcbf #fccfbf

Monochromatic Colors of #fcedbf

#fcedbf

Complementary Color

#fcedbf #bfcefc

#fcedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedbf Color CSS Codes

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

#fcedbf Text Font Color

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

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


#fcedbf Background Color

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

This div background color is #fcedbf


#fcedbf Border Color

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

This div border color is #fcedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedbf

Related Colors


Comments

No comments written yet.

Please login to write comment.