Color Hex Logo

#ffcfaa Color Hex

#FFCFAA
(255,207,170)
0 Favorites   0 Comments

Color spaces of #ffcfaa

RGB 255207170
HSL0.071.000.83
HSV26°33°100°
CMYK 0.000.190.33   0.00
XYZ70.808568.787947.5756
Yxy68.78790.37830.3675
Hunter Lab82.93857.251624.0467
CIE-Lab86.398911.890524.7849

#ffcfaa color RGB value is (255,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 10101010
Octal 377 317 252
Decimal 255 207 170
Hex FF CF AA

RGB Percentages of Color #ffcfaa

%40.35
%32.75
%26.90

CMYK Percentages of Color #ffcfaa

%0
%19
%33
%0

Triadic Colors of #ffcfaa

#ffcfaa #aaffcf #cfaaff

Analogous Colors of #ffcfaa

#ffcfaa #fffaaa #ffaab0

Monochromatic Colors of #ffcfaa

#ffcfaa

Complementary Color

#ffcfaa #aadaff

#ffcfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfaa Color CSS Codes

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

#ffcfaa Text Font Color

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

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


#ffcfaa Background Color

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

This div background color is #ffcfaa


#ffcfaa Border Color

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

This div border color is #ffcfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,207,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 #ffcfaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfaa

Related Colors

#ffcfaa Color Palettes


Comments

No comments written yet.

Please login to write comment.