Color Hex Logo

#cfa48f Color Hex

#CFA48F
(207,164,143)
0 Favorites   0 Comments

Color spaces of #cfa48f

RGB 207164143
HSL0.050.400.69
HSV20°31°81°
CMYK 0.000.210.31   0.19
XYZ43.965541.799531.7375
Yxy41.79950.37420.3557
Hunter Lab64.65258.243016.1517
CIE-Lab70.732512.841616.9314

#cfa48f color RGB value is (207,164,143).

#cfa48f hex color red value is 207, green value is 164 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cfa48f hue: 0.05 , saturation: 0.40 and the lightness value of cfa48f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 10001111
Octal 317 244 217
Decimal 207 164 143
Hex CF A4 8F

RGB Percentages of Color #cfa48f

%40.27
%31.91
%27.82

CMYK Percentages of Color #cfa48f

%0
%21
%31
%19

Triadic Colors of #cfa48f

#cfa48f #8fcfa4 #a48fcf

Analogous Colors of #cfa48f

#cfa48f #cfc48f #cf8f9a

Monochromatic Colors of #cfa48f

#cfa48f

Complementary Color

#cfa48f #8fbacf

#cfa48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa48f Color CSS Codes

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

#cfa48f Text Font Color

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

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


#cfa48f Background Color

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

This div background color is #cfa48f


#cfa48f Border Color

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

This div border color is #cfa48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa48f


Comments

No comments written yet.

Please login to write comment.