Color Hex Logo

#cfa4af Color Hex

#CFA4AF
(207,164,175)
0 Favorites   0 Comments

Color spaces of #cfa4af

RGB 207164175
HSL0.960.310.73
HSV345°21°81°
CMYK 0.000.210.15   0.19
XYZ46.745442.911546.3764
Yxy42.91150.34360.3154
Hunter Lab65.506912.73983.8797
CIE-Lab71.494917.53940.3743

#cfa4af color RGB value is (207,164,175).

#cfa4af hex color red value is 207, green value is 164 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cfa4af hue: 0.96 , saturation: 0.31 and the lightness value of cfa4af is 0.73.

The process color (four color CMYK) of #cfa4af color hex is 0.00, 0.21, 0.15, 0.19. Web safe color of #cfa4af is #cc9999. Color #cfa4af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 10101111
Octal 317 244 257
Decimal 207 164 175
Hex CF A4 AF

RGB Percentages of Color #cfa4af

%37.91
%30.04
%32.05

CMYK Percentages of Color #cfa4af

%0
%21
%15
%19

Triadic Colors of #cfa4af

#cfa4af #afcfa4 #a4afcf

Analogous Colors of #cfa4af

#cfa4af #cfafa4 #cfa4c5

Monochromatic Colors of #cfa4af

#cfa4af

Complementary Color

#cfa4af #a4cfc4

#cfa4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa4af Color CSS Codes

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

#cfa4af Text Font Color

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

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


#cfa4af Background Color

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

This div background color is #cfa4af


#cfa4af Border Color

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

This div border color is #cfa4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa4af


Comments

No comments written yet.

Please login to write comment.