Color Hex Logo

#cfa6ab Color Hex

#CFA6AB
(207,166,171)
0 Favorites   0 Comments

Color spaces of #cfa6ab

RGB 207166171
HSL0.980.300.73
HSV353°20°81°
CMYK 0.000.200.17   0.19
XYZ46.719043.478144.4578
Yxy43.47810.34700.3229
Hunter Lab65.937911.08126.1810
CIE-Lab71.878315.81253.1398

#cfa6ab color RGB value is (207,166,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 10101011
Octal 317 246 253
Decimal 207 166 171
Hex CF A6 AB

RGB Percentages of Color #cfa6ab

%38.05
%30.51
%31.43

CMYK Percentages of Color #cfa6ab

%0
%20
%17
%19

Triadic Colors of #cfa6ab

#cfa6ab #abcfa6 #a6abcf

Analogous Colors of #cfa6ab

#cfa6ab #cfb6a6 #cfa6c0

Monochromatic Colors of #cfa6ab

#cfa6ab

Complementary Color

#cfa6ab #a6cfca

#cfa6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa6ab Color CSS Codes

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

#cfa6ab Text Font Color

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

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


#cfa6ab Background Color

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

This div background color is #cfa6ab


#cfa6ab Border Color

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

This div border color is #cfa6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa6ab


Comments

No comments written yet.

Please login to write comment.