Color Hex Logo

#cfab9a Color Hex

#CFAB9A
(207,171,154)
0 Favorites   0 Comments

Color spaces of #cfab9a

RGB 207171154
HSL0.050.360.71
HSV19°26°81°
CMYK 0.000.170.26   0.19
XYZ46.127844.724336.7733
Yxy44.72430.36140.3504
Hunter Lab66.87626.086814.2115
CIE-Lab72.710010.556013.6687

#cfab9a color RGB value is (207,171,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 10011010
Octal 317 253 232
Decimal 207 171 154
Hex CF AB 9A

RGB Percentages of Color #cfab9a

%38.91
%32.14
%28.95

CMYK Percentages of Color #cfab9a

%0
%17
%26
%19

Triadic Colors of #cfab9a

#cfab9a #9acfab #ab9acf

Analogous Colors of #cfab9a

#cfab9a #cfc69a #cf9aa4

Monochromatic Colors of #cfab9a

#cfab9a

Complementary Color

#cfab9a #9abecf

#cfab9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab9a Color CSS Codes

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

#cfab9a Text Font Color

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

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


#cfab9a Background Color

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

This div background color is #cfab9a


#cfab9a Border Color

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

This div border color is #cfab9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab9a


Comments

No comments written yet.

Please login to write comment.