Color Hex Logo

#cfaf75 Color Hex

#CFAF75
(207,175,117)
0 Favorites   0 Comments

Color spaces of #cfaf75

RGB 207175117
HSL0.110.480.64
HSV39°43°81°
CMYK 0.000.150.43   0.19
XYZ44.273045.209723.2225
Yxy45.20970.39280.4011
Hunter Lab67.2382-0.133426.5893
CIE-Lab73.02983.838934.0055

#cfaf75 color RGB value is (207,175,117).

#cfaf75 hex color red value is 207, green value is 175 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cfaf75 hue: 0.11 , saturation: 0.48 and the lightness value of cfaf75 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 01110101
Octal 317 257 165
Decimal 207 175 117
Hex CF AF 75

RGB Percentages of Color #cfaf75

%41.48
%35.07
%23.45

CMYK Percentages of Color #cfaf75

%0
%15
%43
%19

Triadic Colors of #cfaf75

#cfaf75 #75cfaf #af75cf

Analogous Colors of #cfaf75

#cfaf75 #c2cf75 #cf8275

Monochromatic Colors of #cfaf75

#cfaf75

Complementary Color

#cfaf75 #7595cf

#cfaf75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf75 Color CSS Codes

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

#cfaf75 Text Font Color

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

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


#cfaf75 Background Color

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

This div background color is #cfaf75


#cfaf75 Border Color

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

This div border color is #cfaf75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf75


Comments

No comments written yet.

Please login to write comment.