Color Hex Logo

#fccdab Color Hex

#FCCDAB
(252,205,171)
0 Favorites   0 Comments

Color spaces of #fccdab

RGB 252205171
HSL0.070.930.83
HSV25°32°99°
CMYK 0.000.190.32   0.01
XYZ69.326967.298447.8640
Yxy67.29840.37580.3648
Hunter Lab82.03567.285022.8319
CIE-Lab85.654411.915923.1953

#fccdab color RGB value is (252,205,171).

#fccdab hex color red value is 252, green value is 205 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fccdab hue: 0.07 , saturation: 0.93 and the lightness value of fccdab is 0.83.

The process color (four color CMYK) of #fccdab color hex is 0.00, 0.19, 0.32, 0.01. Web safe color of #fccdab is #ffcc99. Color #fccdab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10101011
Octal 374 315 253
Decimal 252 205 171
Hex FC CD AB

RGB Percentages of Color #fccdab

%40.13
%32.64
%27.23

CMYK Percentages of Color #fccdab

%0
%19
%32
%1

Triadic Colors of #fccdab

#fccdab #abfccd #cdabfc

Analogous Colors of #fccdab

#fccdab #fcf6ab #fcabb2

Monochromatic Colors of #fccdab

#fccdab

Complementary Color

#fccdab #abdafc

#fccdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdab Color CSS Codes

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

#fccdab Text Font Color

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

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


#fccdab Background Color

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

This div background color is #fccdab


#fccdab Border Color

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

This div border color is #fccdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdab


Comments

No comments written yet.

Please login to write comment.