Color Hex Logo

#fcedb6 Color Hex

#FCEDB6
(252,237,182)
0 Favorites   0 Comments

Color spaces of #fcedb6

RGB 252237182
HSL0.130.920.85
HSV47°28°99°
CMYK 0.000.060.28   0.01
XYZ78.872684.641256.4363
Yxy84.64120.35860.3848
Hunter Lab92.0007-7.972228.0300
CIE-Lab93.7283-3.109528.5310

#fcedb6 color RGB value is (252,237,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 10110110
Octal 374 355 266
Decimal 252 237 182
Hex FC ED B6

RGB Percentages of Color #fcedb6

%37.56
%35.32
%27.12

CMYK Percentages of Color #fcedb6

%0
%6
%28
%1

Triadic Colors of #fcedb6

#fcedb6 #b6fced #edb6fc

Analogous Colors of #fcedb6

#fcedb6 #e8fcb6 #fccab6

Monochromatic Colors of #fcedb6

#fcedb6

Complementary Color

#fcedb6 #b6c5fc

#fcedb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedb6 Color CSS Codes

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

#fcedb6 Text Font Color

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

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


#fcedb6 Background Color

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

This div background color is #fcedb6


#fcedb6 Border Color

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

This div border color is #fcedb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedb6

Related Colors

#fcedb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.