Color Hex Logo

#cfaa82 Color Hex

#CFAA82
(207,170,130)
0 Favorites   0 Comments

Color spaces of #cfaa82

RGB 207170130
HSL0.090.450.66
HSV31°37°81°
CMYK 0.000.180.37   0.19
XYZ44.136143.626627.2136
Yxy43.62660.38390.3794
Hunter Lab66.05043.688721.8071
CIE-Lab71.97827.971625.7055

#cfaa82 color RGB value is (207,170,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 10000010
Octal 317 252 202
Decimal 207 170 130
Hex CF AA 82

RGB Percentages of Color #cfaa82

%40.83
%33.53
%25.64

CMYK Percentages of Color #cfaa82

%0
%18
%37
%19

Triadic Colors of #cfaa82

#cfaa82 #82cfaa #aa82cf

Analogous Colors of #cfaa82

#cfaa82 #cecf82 #cf8482

Monochromatic Colors of #cfaa82

#cfaa82

Complementary Color

#cfaa82 #82a7cf

#cfaa82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaa82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaa82 Color CSS Codes

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

#cfaa82 Text Font Color

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

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


#cfaa82 Background Color

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

This div background color is #cfaa82


#cfaa82 Border Color

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

This div border color is #cfaa82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaa82


Comments

No comments written yet.

Please login to write comment.