Color Hex Logo

#cfb8ab Color Hex

#CFB8AB
(207,184,171)
0 Favorites   0 Comments

Color spaces of #cfb8ab

RGB 207184171
HSL0.060.270.74
HSV22°17°81°
CMYK 0.000.110.17   0.19
XYZ50.223350.486745.6259
Yxy50.48670.34320.3450
Hunter Lab71.05401.825211.6659
CIE-Lab76.36706.09359.5907

#cfb8ab color RGB value is (207,184,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 10101011
Octal 317 270 253
Decimal 207 184 171
Hex CF B8 AB

RGB Percentages of Color #cfb8ab

%36.83
%32.74
%30.43

CMYK Percentages of Color #cfb8ab

%0
%11
%17
%19

Triadic Colors of #cfb8ab

#cfb8ab #abcfb8 #b8abcf

Analogous Colors of #cfb8ab

#cfb8ab #cfcaab #cfabb0

Monochromatic Colors of #cfb8ab

#cfb8ab

Complementary Color

#cfb8ab #abc2cf

#cfb8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb8ab Color CSS Codes

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

#cfb8ab Text Font Color

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

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


#cfb8ab Background Color

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

This div background color is #cfb8ab


#cfb8ab Border Color

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

This div border color is #cfb8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb8ab


Comments

No comments written yet.

Please login to write comment.