Color Hex Logo

#f4cfaf Color Hex

#F4CFAF
(244,207,175)
0 Favorites   0 Comments

Color spaces of #f4cfaf

RGB 244207175
HSL0.080.760.82
HSV28°28°96°
CMYK 0.000.150.28   0.04
XYZ67.358966.953949.9306
Yxy66.95390.36560.3634
Hunter Lab81.82543.747421.0984
CIE-Lab85.48078.365020.7378

#f4cfaf color RGB value is (244,207,175).

#f4cfaf hex color red value is 244, green value is 207 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f4cfaf hue: 0.08 , saturation: 0.76 and the lightness value of f4cfaf is 0.82.

The process color (four color CMYK) of #f4cfaf color hex is 0.00, 0.15, 0.28, 0.04. Web safe color of #f4cfaf is #ffcc99. Color #f4cfaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001111 10101111
Octal 364 317 257
Decimal 244 207 175
Hex F4 CF AF

RGB Percentages of Color #f4cfaf

%38.98
%33.07
%27.96

CMYK Percentages of Color #f4cfaf

%0
%15
%28
%4

Triadic Colors of #f4cfaf

#f4cfaf #aff4cf #cfaff4

Analogous Colors of #f4cfaf

#f4cfaf #f4f2af #f4afb2

Monochromatic Colors of #f4cfaf

#f4cfaf

Complementary Color

#f4cfaf #afd4f4

#f4cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cfaf Color CSS Codes

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

#f4cfaf Text Font Color

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

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


#f4cfaf Background Color

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

This div background color is #f4cfaf


#f4cfaf Border Color

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

This div border color is #f4cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4cfaf


Comments

No comments written yet.

Please login to write comment.