Color Hex Logo

#cfb6ab Color Hex

#CFB6AB
(207,182,171)
0 Favorites   0 Comments

Color spaces of #cfb6ab

RGB 207182171
HSL0.050.270.74
HSV18°17°81°
CMYK 0.000.120.17   0.19
XYZ49.810849.661645.4884
Yxy49.66160.34360.3426
Hunter Lab70.47102.844411.0585
CIE-Lab75.86117.16468.8689

#cfb6ab color RGB value is (207,182,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110110 10101011
Octal 317 266 253
Decimal 207 182 171
Hex CF B6 AB

RGB Percentages of Color #cfb6ab

%36.96
%32.50
%30.54

CMYK Percentages of Color #cfb6ab

%0
%12
%17
%19

Triadic Colors of #cfb6ab

#cfb6ab #abcfb6 #b6abcf

Analogous Colors of #cfb6ab

#cfb6ab #cfc8ab #cfabb2

Monochromatic Colors of #cfb6ab

#cfb6ab

Complementary Color

#cfb6ab #abc4cf

#cfb6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb6ab Color CSS Codes

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

#cfb6ab Text Font Color

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

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


#cfb6ab Background Color

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

This div background color is #cfb6ab


#cfb6ab Border Color

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

This div border color is #cfb6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb6ab


Comments

No comments written yet.

Please login to write comment.