Color Hex Logo

#cfa3ad Color Hex

#CFA3AD
(207,163,173)
0 Favorites   0 Comments

Color spaces of #cfa3ad

RGB 207163173
HSL0.960.310.73
HSV346°21°81°
CMYK 0.000.210.16   0.19
XYZ46.372142.476945.2900
Yxy42.47690.34570.3167
Hunter Lab65.174312.94934.4211
CIE-Lab71.198517.76351.0476

#cfa3ad color RGB value is (207,163,173).

#cfa3ad hex color red value is 207, green value is 163 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cfa3ad hue: 0.96 , saturation: 0.31 and the lightness value of cfa3ad is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100011 10101101
Octal 317 243 255
Decimal 207 163 173
Hex CF A3 AD

RGB Percentages of Color #cfa3ad

%38.12
%30.02
%31.86

CMYK Percentages of Color #cfa3ad

%0
%21
%16
%19

Triadic Colors of #cfa3ad

#cfa3ad #adcfa3 #a3adcf

Analogous Colors of #cfa3ad

#cfa3ad #cfafa3 #cfa3c3

Monochromatic Colors of #cfa3ad

#cfa3ad

Complementary Color

#cfa3ad #a3cfc5

#cfa3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa3ad Color CSS Codes

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

#cfa3ad Text Font Color

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

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


#cfa3ad Background Color

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

This div background color is #cfa3ad


#cfa3ad Border Color

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

This div border color is #cfa3ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,163,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 #cfa3ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa3ad


Comments

No comments written yet.

Please login to write comment.