Color Hex Logo

#fcdab6 Color Hex

#FCDAB6
(252,218,182)
0 Favorites   0 Comments

Color spaces of #fcdab6

RGB 252218182
HSL0.090.920.85
HSV31°28°99°
CMYK 0.000.130.28   0.01
XYZ73.659874.215754.6987
Yxy74.21570.36360.3664
Hunter Lab86.14851.863422.6587
CIE-Lab89.02436.578222.0867

#fcdab6 color RGB value is (252,218,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 10110110
Octal 374 332 266
Decimal 252 218 182
Hex FC DA B6

RGB Percentages of Color #fcdab6

%38.65
%33.44
%27.91

CMYK Percentages of Color #fcdab6

%0
%13
%28
%1

Triadic Colors of #fcdab6

#fcdab6 #b6fcda #dab6fc

Analogous Colors of #fcdab6

#fcdab6 #fbfcb6 #fcb7b6

Monochromatic Colors of #fcdab6

#fcdab6

Complementary Color

#fcdab6 #b6d8fc

#fcdab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdab6 Color CSS Codes

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

#fcdab6 Text Font Color

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

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


#fcdab6 Background Color

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

This div background color is #fcdab6


#fcdab6 Border Color

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

This div border color is #fcdab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdab6


Comments

No comments written yet.

Please login to write comment.