Color Hex Logo

#ffcfad Color Hex

#FFCFAD
(255,207,173)
0 Favorites   0 Comments

Color spaces of #ffcfad

RGB 255207173
HSL0.071.000.84
HSV25°32°100°
CMYK 0.000.190.32   0.00
XYZ71.095668.902849.0876
Yxy68.90280.37600.3644
Hunter Lab83.00777.620723.0435
CIE-Lab86.455912.256723.2922

#ffcfad color RGB value is (255,207,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 10101101
Octal 377 317 255
Decimal 255 207 173
Hex FF CF AD

RGB Percentages of Color #ffcfad

%40.16
%32.60
%27.24

CMYK Percentages of Color #ffcfad

%0
%19
%32
%0

Triadic Colors of #ffcfad

#ffcfad #adffcf #cfadff

Analogous Colors of #ffcfad

#ffcfad #fff8ad #ffadb4

Monochromatic Colors of #ffcfad

#ffcfad

Complementary Color

#ffcfad #adddff

#ffcfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfad Color CSS Codes

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

#ffcfad Text Font Color

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

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


#ffcfad Background Color

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

This div background color is #ffcfad


#ffcfad Border Color

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

This div border color is #ffcfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfad


Comments

No comments written yet.

Please login to write comment.