Color Hex Logo

#cfb2aa Color Hex

#CFB2AA
(207,178,170)
0 Favorites   0 Comments

Color spaces of #cfb2aa

RGB 207178170
HSL0.040.280.74
HSV13°18°81°
CMYK 0.000.140.18   0.19
XYZ48.908248.008544.7190
Yxy48.00850.34530.3390
Hunter Lab69.28824.742910.2356
CIE-Lab74.83039.15797.9394

#cfb2aa color RGB value is (207,178,170).

#cfb2aa hex color red value is 207, green value is 178 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cfb2aa hue: 0.04 , saturation: 0.28 and the lightness value of cfb2aa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 10101010
Octal 317 262 252
Decimal 207 178 170
Hex CF B2 AA

RGB Percentages of Color #cfb2aa

%37.30
%32.07
%30.63

CMYK Percentages of Color #cfb2aa

%0
%14
%18
%19

Triadic Colors of #cfb2aa

#cfb2aa #aacfb2 #b2aacf

Analogous Colors of #cfb2aa

#cfb2aa #cfc5aa #cfaab5

Monochromatic Colors of #cfb2aa

#cfb2aa

Complementary Color

#cfb2aa #aac7cf

#cfb2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb2aa Color CSS Codes

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

#cfb2aa Text Font Color

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

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


#cfb2aa Background Color

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

This div background color is #cfb2aa


#cfb2aa Border Color

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

This div border color is #cfb2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb2aa


Comments

No comments written yet.

Please login to write comment.