Color Hex Logo

#cfaa70 Color Hex

#CFAA70
(207,170,112)
0 Favorites   0 Comments

Color spaces of #cfaa70

RGB 207170112
HSL0.100.500.63
HSV37°46°81°
CMYK 0.000.180.46   0.19
XYZ43.031543.184721.3967
Yxy43.18470.39990.4013
Hunter Lab65.71511.883926.6958
CIE-Lab71.68025.998934.8961

#cfaa70 color RGB value is (207,170,112).

#cfaa70 hex color red value is 207, green value is 170 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cfaa70 hue: 0.10 , saturation: 0.50 and the lightness value of cfaa70 is 0.63.

The process color (four color CMYK) of #cfaa70 color hex is 0.00, 0.18, 0.46, 0.19. Web safe color of #cfaa70 is #cc9966. Color #cfaa70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 01110000
Octal 317 252 160
Decimal 207 170 112
Hex CF AA 70

RGB Percentages of Color #cfaa70

%42.33
%34.76
%22.90

CMYK Percentages of Color #cfaa70

%0
%18
%46
%19

Triadic Colors of #cfaa70

#cfaa70 #70cfaa #aa70cf

Analogous Colors of #cfaa70

#cfaa70 #c5cf70 #cf7b70

Monochromatic Colors of #cfaa70

#cfaa70

Complementary Color

#cfaa70 #7095cf

#cfaa70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaa70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaa70 Color CSS Codes

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

#cfaa70 Text Font Color

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

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


#cfaa70 Background Color

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

This div background color is #cfaa70


#cfaa70 Border Color

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

This div border color is #cfaa70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaa70


Comments

No comments written yet.

Please login to write comment.