Color Hex Logo

#cfad9d Color Hex

#CFAD9D
(207,173,157)
0 Favorites   0 Comments

Color spaces of #cfad9d

RGB 207173157
HSL0.050.340.71
HSV19°24°81°
CMYK 0.000.160.24   0.19
XYZ46.761545.586938.2328
Yxy45.58690.35810.3491
Hunter Lab67.51815.468513.6891
CIE-Lab73.27679.904512.8269

#cfad9d color RGB value is (207,173,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 10011101
Octal 317 255 235
Decimal 207 173 157
Hex CF AD 9D

RGB Percentages of Color #cfad9d

%38.55
%32.22
%29.24

CMYK Percentages of Color #cfad9d

%0
%16
%24
%19

Triadic Colors of #cfad9d

#cfad9d #9dcfad #ad9dcf

Analogous Colors of #cfad9d

#cfad9d #cfc69d #cf9da6

Monochromatic Colors of #cfad9d

#cfad9d

Complementary Color

#cfad9d #9dbfcf

#cfad9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad9d Color CSS Codes

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

#cfad9d Text Font Color

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

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


#cfad9d Background Color

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

This div background color is #cfad9d


#cfad9d Border Color

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

This div border color is #cfad9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad9d


Comments

No comments written yet.

Please login to write comment.