Color Hex Logo

#ffcfa9 Color Hex

#FFCFA9
(255,207,169)
1 Favorites   0 Comments

Color spaces of #ffcfa9

RGB 255207169
HSL0.071.000.83
HSV27°34°100°
CMYK 0.000.190.34   0.00
XYZ70.714368.750247.0792
Yxy68.75020.37910.3685
Hunter Lab82.91577.130324.3764
CIE-Lab86.380211.770125.2823

#ffcfa9 color RGB value is (255,207,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 10101001
Octal 377 317 251
Decimal 255 207 169
Hex FF CF A9

RGB Percentages of Color #ffcfa9

%40.41
%32.81
%26.78

CMYK Percentages of Color #ffcfa9

%0
%19
%34
%0

Triadic Colors of #ffcfa9

#ffcfa9 #a9ffcf #cfa9ff

Analogous Colors of #ffcfa9

#ffcfa9 #fffaa9 #ffa9ae

Monochromatic Colors of #ffcfa9

#ffcfa9

Complementary Color

#ffcfa9 #a9d9ff

#ffcfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfa9 Color CSS Codes

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

#ffcfa9 Text Font Color

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

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


#ffcfa9 Background Color

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

This div background color is #ffcfa9


#ffcfa9 Border Color

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

This div border color is #ffcfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfa9

Related Colors

#ffcfa9 Color Palettes


Comments

No comments written yet.

Please login to write comment.