Color Hex Logo

#fcdfb6 Color Hex

#FCDFB6
(252,223,182)
0 Favorites   0 Comments

Color spaces of #fcdfb6

RGB 252223182
HSL0.100.920.85
HSV35°28°99°
CMYK 0.000.120.28   0.01
XYZ74.976176.848255.1375
Yxy76.84820.36230.3713
Hunter Lab87.6631-0.743824.0725
CIE-Lab90.25174.007423.7789

#fcdfb6 color RGB value is (252,223,182).

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

The process color (four color CMYK) of #fcdfb6 color hex is 0.00, 0.12, 0.28, 0.01. Web safe color of #fcdfb6 is #ffcccc. Color #fcdfb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 10110110
Octal 374 337 266
Decimal 252 223 182
Hex FC DF B6

RGB Percentages of Color #fcdfb6

%38.36
%33.94
%27.70

CMYK Percentages of Color #fcdfb6

%0
%12
%28
%1

Triadic Colors of #fcdfb6

#fcdfb6 #b6fcdf #dfb6fc

Analogous Colors of #fcdfb6

#fcdfb6 #f6fcb6 #fcbcb6

Monochromatic Colors of #fcdfb6

#fcdfb6

Complementary Color

#fcdfb6 #b6d3fc

#fcdfb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdfb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdfb6 Color CSS Codes

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

#fcdfb6 Text Font Color

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

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


#fcdfb6 Background Color

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

This div background color is #fcdfb6


#fcdfb6 Border Color

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

This div border color is #fcdfb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdfb6


Comments

No comments written yet.

Please login to write comment.