Color Hex Logo

#cfab82 Color Hex

#CFAB82
(207,171,130)
0 Favorites   0 Comments

Color spaces of #cfab82

RGB 207171130
HSL0.090.450.66
HSV32°37°81°
CMYK 0.000.170.37   0.19
XYZ44.324344.002927.2764
Yxy44.00290.38340.3806
Hunter Lab66.33473.186622.0546
CIE-Lab72.23047.433926.0435

#cfab82 color RGB value is (207,171,130).

#cfab82 hex color red value is 207, green value is 171 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #cfab82 hue: 0.09 , saturation: 0.45 and the lightness value of cfab82 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 10000010
Octal 317 253 202
Decimal 207 171 130
Hex CF AB 82

RGB Percentages of Color #cfab82

%40.75
%33.66
%25.59

CMYK Percentages of Color #cfab82

%0
%17
%37
%19

Triadic Colors of #cfab82

#cfab82 #82cfab #ab82cf

Analogous Colors of #cfab82

#cfab82 #cdcf82 #cf8582

Monochromatic Colors of #cfab82

#cfab82

Complementary Color

#cfab82 #82a6cf

#cfab82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab82 Color CSS Codes

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

#cfab82 Text Font Color

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

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


#cfab82 Background Color

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

This div background color is #cfab82


#cfab82 Border Color

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

This div border color is #cfab82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab82

#cfab82 Color Palettes


Comments

No comments written yet.

Please login to write comment.