Color Hex Logo

#c3daac Color Hex

#C3DAAC
(195,218,172)
0 Favorites   0 Comments

Color spaces of #c3daac

RGB 195218172
HSL0.250.380.76
HSV90°21°85°
CMYK 0.110.000.21   0.15
XYZ55.023564.723548.6226
Yxy64.72350.32680.3844
Hunter Lab80.4509-18.706020.4822
CIE-Lab84.3411-15.788820.1317

#c3daac color RGB value is (195,218,172).

#c3daac hex color red value is 195, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c3daac hue: 0.25 , saturation: 0.38 and the lightness value of c3daac is 0.76.

The process color (four color CMYK) of #c3daac color hex is 0.11, 0.00, 0.21, 0.15. Web safe color of #c3daac is #cccc99. Color #c3daac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011010 10101100
Octal 303 332 254
Decimal 195 218 172
Hex C3 DA AC

RGB Percentages of Color #c3daac

%33.33
%37.26
%29.40

CMYK Percentages of Color #c3daac

%11
%0
%21
%15

Triadic Colors of #c3daac

#c3daac #acc3da #daacc3

Analogous Colors of #c3daac

#c3daac #acdaac #dadaac

Monochromatic Colors of #c3daac

#c3daac

Complementary Color

#c3daac #c3acda

#c3daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3daac Color CSS Codes

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

#c3daac Text Font Color

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

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


#c3daac Background Color

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

This div background color is #c3daac


#c3daac Border Color

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

This div border color is #c3daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3daac


Comments

No comments written yet.

Please login to write comment.