Color Hex Logo

#cfaba1 Color Hex

#CFABA1
(207,171,161)
0 Favorites   0 Comments

Color spaces of #cfaba1

RGB 207171161
HSL0.040.320.72
HSV13°22°81°
CMYK 0.000.170.22   0.19
XYZ46.728144.964439.9344
Yxy44.96440.35500.3416
Hunter Lab67.05557.041911.6291
CIE-Lab72.868411.570110.0601

#cfaba1 color RGB value is (207,171,161).

#cfaba1 hex color red value is 207, green value is 171 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #cfaba1 hue: 0.04 , saturation: 0.32 and the lightness value of cfaba1 is 0.72.

The process color (four color CMYK) of #cfaba1 color hex is 0.00, 0.17, 0.22, 0.19. Web safe color of #cfaba1 is #cc9999. Color #cfaba1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 10100001
Octal 317 253 241
Decimal 207 171 161
Hex CF AB A1

RGB Percentages of Color #cfaba1

%38.40
%31.73
%29.87

CMYK Percentages of Color #cfaba1

%0
%17
%22
%19

Triadic Colors of #cfaba1

#cfaba1 #a1cfab #aba1cf

Analogous Colors of #cfaba1

#cfaba1 #cfc2a1 #cfa1ae

Monochromatic Colors of #cfaba1

#cfaba1

Complementary Color

#cfaba1 #a1c5cf

#cfaba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaba1 Color CSS Codes

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

#cfaba1 Text Font Color

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

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


#cfaba1 Background Color

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

This div background color is #cfaba1


#cfaba1 Border Color

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

This div border color is #cfaba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaba1


Comments

No comments written yet.

Please login to write comment.