Color Hex Logo

#fdaca0 Color Hex

#FDACA0
(253,172,160)
0 Favorites   0 Comments

Color spaces of #fdaca0

RGB 253172160
HSL0.020.960.81
HSV37°99°
CMYK 0.000.320.37   0.01
XYZ61.605752.925840.2264
Yxy52.92580.39810.3420
Hunter Lab72.750123.843318.1413
CIE-Lab77.831228.265918.2685

#fdaca0 color RGB value is (253,172,160).

#fdaca0 hex color red value is 253, green value is 172 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fdaca0 hue: 0.02 , saturation: 0.96 and the lightness value of fdaca0 is 0.81.

The process color (four color CMYK) of #fdaca0 color hex is 0.00, 0.32, 0.37, 0.01. Web safe color of #fdaca0 is #ff9999. Color #fdaca0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 10100000
Octal 375 254 240
Decimal 253 172 160
Hex FD AC A0

RGB Percentages of Color #fdaca0

%43.25
%29.40
%27.35

CMYK Percentages of Color #fdaca0

%0
%32
%37
%1

Triadic Colors of #fdaca0

#fdaca0 #a0fdac #aca0fd

Analogous Colors of #fdaca0

#fdaca0 #fddba0 #fda0c3

Monochromatic Colors of #fdaca0

#fdaca0

Complementary Color

#fdaca0 #a0f1fd

#fdaca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaca0 Color CSS Codes

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

#fdaca0 Text Font Color

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

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


#fdaca0 Background Color

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

This div background color is #fdaca0


#fdaca0 Border Color

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

This div border color is #fdaca0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,172,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdaca0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdaca0;
  -webkit-box-shadow: 1px 1px 3px 2px #fdaca0;
  box-shadow:         1px 1px 3px 2px #fdaca0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,172,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaca0


Comments

No comments written yet.

Please login to write comment.