Color Hex Logo

#cfad98 Color Hex

#CFAD98
(207,173,152)
0 Favorites   0 Comments

Color spaces of #cfad98

RGB 207173152
HSL0.060.360.70
HSV23°27°81°
CMYK 0.000.160.27   0.19
XYZ46.343245.419536.0301
Yxy45.41950.36260.3554
Hunter Lab67.39404.805315.4782
CIE-Lab73.16739.195615.4018

#cfad98 color RGB value is (207,173,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 10011000
Octal 317 255 230
Decimal 207 173 152
Hex CF AD 98

RGB Percentages of Color #cfad98

%38.91
%32.52
%28.57

CMYK Percentages of Color #cfad98

%0
%16
%27
%19

Triadic Colors of #cfad98

#cfad98 #98cfad #ad98cf

Analogous Colors of #cfad98

#cfad98 #cfc998 #cf989f

Monochromatic Colors of #cfad98

#cfad98

Complementary Color

#cfad98 #98bacf

#cfad98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad98 Color CSS Codes

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

#cfad98 Text Font Color

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

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


#cfad98 Background Color

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

This div background color is #cfad98


#cfad98 Border Color

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

This div border color is #cfad98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad98


Comments

No comments written yet.

Please login to write comment.