Color Hex Logo

#cfb5ad Color Hex

#CFB5AD
(207,181,173)
0 Favorites   0 Comments

Color spaces of #cfb5ad

RGB 207181173
HSL0.040.260.75
HSV14°16°81°
CMYK 0.000.130.16   0.19
XYZ49.798849.330346.4322
Yxy49.33030.34210.3389
Hunter Lab70.23553.64899.9687
CIE-Lab75.65648.01477.4890

#cfb5ad color RGB value is (207,181,173).

#cfb5ad hex color red value is 207, green value is 181 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cfb5ad hue: 0.04 , saturation: 0.26 and the lightness value of cfb5ad is 0.75.

The process color (four color CMYK) of #cfb5ad color hex is 0.00, 0.13, 0.16, 0.19. Web safe color of #cfb5ad is #cccc99. Color #cfb5ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110101 10101101
Octal 317 265 255
Decimal 207 181 173
Hex CF B5 AD

RGB Percentages of Color #cfb5ad

%36.90
%32.26
%30.84

CMYK Percentages of Color #cfb5ad

%0
%13
%16
%19

Triadic Colors of #cfb5ad

#cfb5ad #adcfb5 #b5adcf

Analogous Colors of #cfb5ad

#cfb5ad #cfc6ad #cfadb6

Monochromatic Colors of #cfb5ad

#cfb5ad

Complementary Color

#cfb5ad #adc7cf

#cfb5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb5ad Color CSS Codes

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

#cfb5ad Text Font Color

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

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


#cfb5ad Background Color

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

This div background color is #cfb5ad


#cfb5ad Border Color

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

This div border color is #cfb5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb5ad


Comments

No comments written yet.

Please login to write comment.