Color Hex Logo

#cfa38f Color Hex

#CFA38F
(207,163,143)
0 Favorites   0 Comments

Color spaces of #cfa38f

RGB 207163143
HSL0.050.400.69
HSV19°31°81°
CMYK 0.000.210.31   0.19
XYZ43.787241.443031.6781
Yxy41.44300.37450.3545
Hunter Lab64.37628.753115.8881
CIE-Lab70.485213.384016.5878

#cfa38f color RGB value is (207,163,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100011 10001111
Octal 317 243 217
Decimal 207 163 143
Hex CF A3 8F

RGB Percentages of Color #cfa38f

%40.35
%31.77
%27.88

CMYK Percentages of Color #cfa38f

%0
%21
%31
%19

Triadic Colors of #cfa38f

#cfa38f #8fcfa3 #a38fcf

Analogous Colors of #cfa38f

#cfa38f #cfc38f #cf8f9b

Monochromatic Colors of #cfa38f

#cfa38f

Complementary Color

#cfa38f #8fbbcf

#cfa38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa38f Color CSS Codes

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

#cfa38f Text Font Color

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

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


#cfa38f Background Color

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

This div background color is #cfa38f


#cfa38f Border Color

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

This div border color is #cfa38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa38f


Comments

No comments written yet.

Please login to write comment.