Color Hex Logo

#cfa5aa Color Hex

#CFA5AA
(207,165,170)
0 Favorites   0 Comments

Color spaces of #cfa5aa

RGB 207165170
HSL0.980.300.73
HSV353°20°81°
CMYK 0.000.200.18   0.19
XYZ46.443043.077943.8973
Yxy43.07790.34810.3229
Hunter Lab65.633811.44906.2892
CIE-Lab71.607816.19973.2996

#cfa5aa color RGB value is (207,165,170).

#cfa5aa hex color red value is 207, green value is 165 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cfa5aa hue: 0.98 , saturation: 0.30 and the lightness value of cfa5aa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 10101010
Octal 317 245 252
Decimal 207 165 170
Hex CF A5 AA

RGB Percentages of Color #cfa5aa

%38.19
%30.44
%31.37

CMYK Percentages of Color #cfa5aa

%0
%20
%18
%19

Triadic Colors of #cfa5aa

#cfa5aa #aacfa5 #a5aacf

Analogous Colors of #cfa5aa

#cfa5aa #cfb5a5 #cfa5bf

Monochromatic Colors of #cfa5aa

#cfa5aa

Complementary Color

#cfa5aa #a5cfca

#cfa5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa5aa Color CSS Codes

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

#cfa5aa Text Font Color

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

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


#cfa5aa Background Color

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

This div background color is #cfa5aa


#cfa5aa Border Color

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

This div border color is #cfa5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa5aa


Comments

No comments written yet.

Please login to write comment.