Color Hex Logo

#fcedb1 Color Hex

#FCEDB1
(252,237,177)
0 Favorites   0 Comments

Color spaces of #fcedb1

RGB 252237177
HSL0.130.930.84
HSV48°30°99°
CMYK 0.000.060.30   0.01
XYZ78.364984.438153.7629
Yxy84.43810.36190.3899
Hunter Lab91.8902-8.581329.6339
CIE-Lab93.6404-3.741230.9575

#fcedb1 color RGB value is (252,237,177).

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

The process color (four color CMYK) of #fcedb1 color hex is 0.00, 0.06, 0.30, 0.01. Web safe color of #fcedb1 is #ffff99. Color #fcedb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 10110001
Octal 374 355 261
Decimal 252 237 177
Hex FC ED B1

RGB Percentages of Color #fcedb1

%37.84
%35.59
%26.58

CMYK Percentages of Color #fcedb1

%0
%6
%30
%1

Triadic Colors of #fcedb1

#fcedb1 #b1fced #edb1fc

Analogous Colors of #fcedb1

#fcedb1 #e6fcb1 #fcc8b1

Monochromatic Colors of #fcedb1

#fcedb1

Complementary Color

#fcedb1 #b1c0fc

#fcedb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedb1 Color CSS Codes

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

#fcedb1 Text Font Color

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

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


#fcedb1 Background Color

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

This div background color is #fcedb1


#fcedb1 Border Color

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

This div border color is #fcedb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedb1


Comments

No comments written yet.

Please login to write comment.