Color Hex Logo

#cfab7a Color Hex

#CFAB7A
(207,171,122)
0 Favorites   0 Comments

Color spaces of #cfab7a

RGB 207171122
HSL0.100.470.65
HSV35°41°81°
CMYK 0.000.170.41   0.19
XYZ43.807943.796424.5570
Yxy43.79640.39060.3905
Hunter Lab66.17882.347324.3244
CIE-Lab72.09226.518130.1426

#cfab7a color RGB value is (207,171,122).

#cfab7a hex color red value is 207, green value is 171 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cfab7a hue: 0.10 , saturation: 0.47 and the lightness value of cfab7a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 01111010
Octal 317 253 172
Decimal 207 171 122
Hex CF AB 7A

RGB Percentages of Color #cfab7a

%41.40
%34.20
%24.40

CMYK Percentages of Color #cfab7a

%0
%17
%41
%19

Triadic Colors of #cfab7a

#cfab7a #7acfab #ab7acf

Analogous Colors of #cfab7a

#cfab7a #c9cf7a #cf817a

Monochromatic Colors of #cfab7a

#cfab7a

Complementary Color

#cfab7a #7a9ecf

#cfab7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab7a Color CSS Codes

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

#cfab7a Text Font Color

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

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


#cfab7a Background Color

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

This div background color is #cfab7a


#cfab7a Border Color

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

This div border color is #cfab7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab7a

#cfab7a Color Palettes


Comments

No comments written yet.

Please login to write comment.