Color Hex Logo

#c1daae Color Hex

#C1DAAE
(193,218,174)
0 Favorites   0 Comments

Color spaces of #c1daae

RGB 193218174
HSL0.260.370.77
HSV94°20°85°
CMYK 0.110.000.20   0.15
XYZ54.703764.536349.6180
Yxy64.53630.32400.3822
Hunter Lab80.3345-19.035919.6141
CIE-Lab84.2442-16.180318.9286

#c1daae color RGB value is (193,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011010 10101110
Octal 301 332 256
Decimal 193 218 174
Hex C1 DA AE

RGB Percentages of Color #c1daae

%32.99
%37.26
%29.74

CMYK Percentages of Color #c1daae

%11
%0
%20
%15

Triadic Colors of #c1daae

#c1daae #aec1da #daaec1

Analogous Colors of #c1daae

#c1daae #aedab1 #d7daae

Monochromatic Colors of #c1daae

#c1daae

Complementary Color

#c1daae #c7aeda

#c1daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1daae Color CSS Codes

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

#c1daae Text Font Color

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

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


#c1daae Background Color

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

This div background color is #c1daae


#c1daae Border Color

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

This div border color is #c1daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1daae


Comments

No comments written yet.

Please login to write comment.