Color Hex Logo

#fdaca1 Color Hex

#FDACA1
(253,172,161)
0 Favorites   0 Comments

Color spaces of #fdaca1

RGB 253172161
HSL0.020.960.81
HSV36°99°
CMYK 0.000.320.36   0.01
XYZ61.693652.960940.6891
Yxy52.96090.39710.3409
Hunter Lab72.774223.966617.7921
CIE-Lab77.851928.382217.7561

#fdaca1 color RGB value is (253,172,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 10100001
Octal 375 254 241
Decimal 253 172 161
Hex FD AC A1

RGB Percentages of Color #fdaca1

%43.17
%29.35
%27.47

CMYK Percentages of Color #fdaca1

%0
%32
%36
%1

Triadic Colors of #fdaca1

#fdaca1 #a1fdac #aca1fd

Analogous Colors of #fdaca1

#fdaca1 #fddaa1 #fda1c4

Monochromatic Colors of #fdaca1

#fdaca1

Complementary Color

#fdaca1 #a1f2fd

#fdaca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaca1 Color CSS Codes

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

#fdaca1 Text Font Color

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

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


#fdaca1 Background Color

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

This div background color is #fdaca1


#fdaca1 Border Color

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

This div border color is #fdaca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaca1


Comments

No comments written yet.

Please login to write comment.