Color Hex Logo

#cfaba7 Color Hex

#CFABA7
(207,171,167)
0 Favorites   0 Comments

Color spaces of #cfaba7

RGB 207171167
HSL0.020.290.73
HSV19°81°
CMYK 0.000.170.19   0.19
XYZ47.270145.181242.7887
Yxy45.18120.34950.3341
Hunter Lab67.21707.89989.3093
CIE-Lab73.011012.47546.9734

#cfaba7 color RGB value is (207,171,167).

#cfaba7 hex color red value is 207, green value is 171 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #cfaba7 hue: 0.02 , saturation: 0.29 and the lightness value of cfaba7 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 10100111
Octal 317 253 247
Decimal 207 171 167
Hex CF AB A7

RGB Percentages of Color #cfaba7

%37.98
%31.38
%30.64

CMYK Percentages of Color #cfaba7

%0
%17
%19
%19

Triadic Colors of #cfaba7

#cfaba7 #a7cfab #aba7cf

Analogous Colors of #cfaba7

#cfaba7 #cfbfa7 #cfa7b7

Monochromatic Colors of #cfaba7

#cfaba7

Complementary Color

#cfaba7 #a7cbcf

#cfaba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaba7 Color CSS Codes

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

#cfaba7 Text Font Color

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

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


#cfaba7 Background Color

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

This div background color is #cfaba7


#cfaba7 Border Color

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

This div border color is #cfaba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaba7


Comments

No comments written yet.

Please login to write comment.