Color Hex Logo

#ffa9c7 Color Hex

#FFA9C7
(255,169,199)
0 Favorites   0 Comments

Color spaces of #ffa9c7

RGB 255169199
HSL0.941.000.83
HSV339°34°100°
CMYK 0.000.340.22   0.00
XYZ65.736853.759560.9447
Yxy53.75950.36430.2979
Hunter Lab73.320931.72502.0424
CIE-Lab78.321335.6169-2.2017

#ffa9c7 color RGB value is (255,169,199).

#ffa9c7 hex color red value is 255, green value is 169 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ffa9c7 hue: 0.94 , saturation: 1.00 and the lightness value of ffa9c7 is 0.83.

The process color (four color CMYK) of #ffa9c7 color hex is 0.00, 0.34, 0.22, 0.00. Web safe color of #ffa9c7 is #ff99cc. Color #ffa9c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 11000111
Octal 377 251 307
Decimal 255 169 199
Hex FF A9 C7

RGB Percentages of Color #ffa9c7

%40.93
%27.13
%31.94

CMYK Percentages of Color #ffa9c7

%0
%34
%22
%0

Triadic Colors of #ffa9c7

#ffa9c7 #c7ffa9 #a9c7ff

Analogous Colors of #ffa9c7

#ffa9c7 #ffb6a9 #ffa9f2

Monochromatic Colors of #ffa9c7

#ffa9c7

Complementary Color

#ffa9c7 #a9ffe1

#ffa9c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa9c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa9c7 Color CSS Codes

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

#ffa9c7 Text Font Color

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

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


#ffa9c7 Background Color

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

This div background color is #ffa9c7


#ffa9c7 Border Color

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

This div border color is #ffa9c7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,169,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffa9c7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffa9c7;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa9c7;
  box-shadow:         1px 1px 3px 2px #ffa9c7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,169,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa9c7


Comments

No comments written yet.

Please login to write comment.