Color Hex Logo

#c1daac Color Hex

#C1DAAC
(193,218,172)
0 Favorites   0 Comments

Color spaces of #c1daac

RGB 193218172
HSL0.260.380.76
HSV93°21°85°
CMYK 0.110.000.21   0.15
XYZ54.510164.458848.5985
Yxy64.45880.32530.3847
Hunter Lab80.2862-19.308920.3112
CIE-Lab84.2041-16.498519.9208

#c1daac color RGB value is (193,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011010 10101100
Octal 301 332 254
Decimal 193 218 172
Hex C1 DA AC

RGB Percentages of Color #c1daac

%33.10
%37.39
%29.50

CMYK Percentages of Color #c1daac

%11
%0
%21
%15

Triadic Colors of #c1daac

#c1daac #acc1da #daacc1

Analogous Colors of #c1daac

#c1daac #acdaae #d8daac

Monochromatic Colors of #c1daac

#c1daac

Complementary Color

#c1daac #c5acda

#c1daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1daac Color CSS Codes

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

#c1daac Text Font Color

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

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


#c1daac Background Color

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

This div background color is #c1daac


#c1daac Border Color

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

This div border color is #c1daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1daac


Comments

No comments written yet.

Please login to write comment.