Color Hex Logo

#cfad9c Color Hex

#CFAD9C
(207,173,156)
0 Favorites   0 Comments

Color spaces of #cfad9c

RGB 207173156
HSL0.060.350.71
HSV20°25°81°
CMYK 0.000.160.25   0.19
XYZ46.676445.552837.7850
Yxy45.55280.35900.3504
Hunter Lab67.49285.333914.0522
CIE-Lab73.25449.760913.3416

#cfad9c color RGB value is (207,173,156).

#cfad9c hex color red value is 207, green value is 173 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cfad9c hue: 0.06 , saturation: 0.35 and the lightness value of cfad9c is 0.71.

The process color (four color CMYK) of #cfad9c color hex is 0.00, 0.16, 0.25, 0.19. Web safe color of #cfad9c is #cc9999. Color #cfad9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 10011100
Octal 317 255 234
Decimal 207 173 156
Hex CF AD 9C

RGB Percentages of Color #cfad9c

%38.62
%32.28
%29.10

CMYK Percentages of Color #cfad9c

%0
%16
%25
%19

Triadic Colors of #cfad9c

#cfad9c #9ccfad #ad9ccf

Analogous Colors of #cfad9c

#cfad9c #cfc79c #cf9ca5

Monochromatic Colors of #cfad9c

#cfad9c

Complementary Color

#cfad9c #9cbecf

#cfad9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad9c Color CSS Codes

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

#cfad9c Text Font Color

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

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


#cfad9c Background Color

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

This div background color is #cfad9c


#cfad9c Border Color

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

This div border color is #cfad9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad9c


Comments

No comments written yet.

Please login to write comment.