Color Hex Logo

#cfc3ab Color Hex

#CFC3AB
(207,195,171)
0 Favorites   0 Comments

Color spaces of #cfc3ab

RGB 207195171
HSL0.110.270.74
HSV40°17°81°
CMYK 0.000.060.17   0.19
XYZ52.597955.235946.4175
Yxy55.23590.34100.3581
Hunter Lab74.3209-3.734614.9947
CIE-Lab79.17700.254713.5748

#cfc3ab color RGB value is (207,195,171).

#cfc3ab hex color red value is 207, green value is 195 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cfc3ab hue: 0.11 , saturation: 0.27 and the lightness value of cfc3ab is 0.74.

The process color (four color CMYK) of #cfc3ab color hex is 0.00, 0.06, 0.17, 0.19. Web safe color of #cfc3ab is #cccc99. Color #cfc3ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 10101011
Octal 317 303 253
Decimal 207 195 171
Hex CF C3 AB

RGB Percentages of Color #cfc3ab

%36.13
%34.03
%29.84

CMYK Percentages of Color #cfc3ab

%0
%6
%17
%19

Triadic Colors of #cfc3ab

#cfc3ab #abcfc3 #c3abcf

Analogous Colors of #cfc3ab

#cfc3ab #c9cfab #cfb1ab

Monochromatic Colors of #cfc3ab

#cfc3ab

Complementary Color

#cfc3ab #abb7cf

#cfc3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc3ab Color CSS Codes

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

#cfc3ab Text Font Color

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

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


#cfc3ab Background Color

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

This div background color is #cfc3ab


#cfc3ab Border Color

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

This div border color is #cfc3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc3ab


Comments

No comments written yet.

Please login to write comment.