Color Hex Logo

#cfaf7c Color Hex

#CFAF7C
(207,175,124)
0 Favorites   0 Comments

Color spaces of #cfaf7c

RGB 207175124
HSL0.100.460.65
HSV37°40°81°
CMYK 0.000.150.40   0.19
XYZ44.700245.380625.4722
Yxy45.38060.38680.3927
Hunter Lab67.36510.554924.7368
CIE-Lab73.14184.598630.4583

#cfaf7c color RGB value is (207,175,124).

#cfaf7c hex color red value is 207, green value is 175 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cfaf7c hue: 0.10 , saturation: 0.46 and the lightness value of cfaf7c is 0.65.

The process color (four color CMYK) of #cfaf7c color hex is 0.00, 0.15, 0.40, 0.19. Web safe color of #cfaf7c is #cc9966. Color #cfaf7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 01111100
Octal 317 257 174
Decimal 207 175 124
Hex CF AF 7C

RGB Percentages of Color #cfaf7c

%40.91
%34.58
%24.51

CMYK Percentages of Color #cfaf7c

%0
%15
%40
%19

Triadic Colors of #cfaf7c

#cfaf7c #7ccfaf #af7ccf

Analogous Colors of #cfaf7c

#cfaf7c #c6cf7c #cf867c

Monochromatic Colors of #cfaf7c

#cfaf7c

Complementary Color

#cfaf7c #7c9ccf

#cfaf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf7c Color CSS Codes

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

#cfaf7c Text Font Color

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

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


#cfaf7c Background Color

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

This div background color is #cfaf7c


#cfaf7c Border Color

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

This div border color is #cfaf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf7c


Comments

No comments written yet.

Please login to write comment.