Color Hex Logo

#cfad9e Color Hex

#CFAD9E
(207,173,158)
0 Favorites   0 Comments

Color spaces of #cfad9e

RGB 207173158
HSL0.050.340.72
HSV18°24°81°
CMYK 0.000.160.24   0.19
XYZ46.847345.621238.6844
Yxy45.62120.35720.3478
Hunter Lab67.54355.604313.3231
CIE-Lab73.299110.049312.3122

#cfad9e color RGB value is (207,173,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 10011110
Octal 317 255 236
Decimal 207 173 158
Hex CF AD 9E

RGB Percentages of Color #cfad9e

%38.48
%32.16
%29.37

CMYK Percentages of Color #cfad9e

%0
%16
%24
%19

Triadic Colors of #cfad9e

#cfad9e #9ecfad #ad9ecf

Analogous Colors of #cfad9e

#cfad9e #cfc69e #cf9ea8

Monochromatic Colors of #cfad9e

#cfad9e

Complementary Color

#cfad9e #9ec0cf

#cfad9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad9e Color CSS Codes

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

#cfad9e Text Font Color

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

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


#cfad9e Background Color

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

This div background color is #cfad9e


#cfad9e Border Color

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

This div border color is #cfad9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad9e


Comments

No comments written yet.

Please login to write comment.