Color Hex Logo

#c5daac Color Hex

#C5DAAC
(197,218,172)
0 Favorites   0 Comments

Color spaces of #c5daac

RGB 197218172
HSL0.240.380.76
HSV87°21°85°
CMYK 0.100.000.21   0.15
XYZ55.543864.991748.6469
Yxy64.99170.32830.3842
Hunter Lab80.6174-18.097620.6549
CIE-Lab84.4795-15.076020.3448

#c5daac color RGB value is (197,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011010 10101100
Octal 305 332 254
Decimal 197 218 172
Hex C5 DA AC

RGB Percentages of Color #c5daac

%33.56
%37.14
%29.30

CMYK Percentages of Color #c5daac

%10
%0
%21
%15

Triadic Colors of #c5daac

#c5daac #acc5da #daacc5

Analogous Colors of #c5daac

#c5daac #aedaac #dad8ac

Monochromatic Colors of #c5daac

#c5daac

Complementary Color

#c5daac #c1acda

#c5daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5daac Color CSS Codes

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

#c5daac Text Font Color

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

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


#c5daac Background Color

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

This div background color is #c5daac


#c5daac Border Color

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

This div border color is #c5daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5daac


Comments

No comments written yet.

Please login to write comment.