Color Hex Logo

#c7dac5 Color Hex

#C7DAC5
(199,218,197)
0 Favorites   0 Comments

Color spaces of #c7dac5

RGB 199218197
HSL0.320.220.81
HSV114°10°85°
CMYK 0.090.000.10   0.15
XYZ58.702666.316162.5297
Yxy66.31610.31300.3536
Hunter Lab81.4347-13.838111.4784
CIE-Lab85.1574-10.21948.1681

#c7dac5 color RGB value is (199,218,197).

#c7dac5 hex color red value is 199, green value is 218 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #c7dac5 hue: 0.32 , saturation: 0.22 and the lightness value of c7dac5 is 0.81.

The process color (four color CMYK) of #c7dac5 color hex is 0.09, 0.00, 0.10, 0.15. Web safe color of #c7dac5 is #cccccc. Color #c7dac5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011010 11000101
Octal 307 332 305
Decimal 199 218 197
Hex C7 DA C5

RGB Percentages of Color #c7dac5

%32.41
%35.50
%32.08

CMYK Percentages of Color #c7dac5

%9
%0
%10
%15

Triadic Colors of #c7dac5

#c7dac5 #c5c7da #dac5c7

Analogous Colors of #c7dac5

#c7dac5 #c5dace #d2dac5

Monochromatic Colors of #c7dac5

#c7dac5

Complementary Color

#c7dac5 #d8c5da

#c7dac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dac5 Color CSS Codes

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

#c7dac5 Text Font Color

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

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


#c7dac5 Background Color

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

This div background color is #c7dac5


#c7dac5 Border Color

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

This div border color is #c7dac5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,218,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7dac5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7dac5;
  -webkit-box-shadow: 1px 1px 3px 2px #c7dac5;
  box-shadow:         1px 1px 3px 2px #c7dac5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,218,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dac5


Comments

No comments written yet.

Please login to write comment.