Color Hex Logo

#fccdaa Color Hex

#FCCDAA
(252,205,170)
0 Favorites   0 Comments

Color spaces of #fccdaa

RGB 252205170
HSL0.070.930.83
HSV26°33°99°
CMYK 0.000.190.33   0.01
XYZ69.231967.260447.3638
Yxy67.26040.37660.3658
Hunter Lab82.01247.161423.1676
CIE-Lab85.635311.792723.6939

#fccdaa color RGB value is (252,205,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10101010
Octal 374 315 252
Decimal 252 205 170
Hex FC CD AA

RGB Percentages of Color #fccdaa

%40.19
%32.70
%27.11

CMYK Percentages of Color #fccdaa

%0
%19
%33
%1

Triadic Colors of #fccdaa

#fccdaa #aafccd #cdaafc

Analogous Colors of #fccdaa

#fccdaa #fcf6aa #fcaab0

Monochromatic Colors of #fccdaa

#fccdaa

Complementary Color

#fccdaa #aad9fc

#fccdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdaa Color CSS Codes

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

#fccdaa Text Font Color

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

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


#fccdaa Background Color

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

This div background color is #fccdaa


#fccdaa Border Color

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

This div border color is #fccdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.