Color Hex Logo

#c3daae Color Hex

#C3DAAE
(195,218,174)
0 Favorites   0 Comments

Color spaces of #c3daae

RGB 195218174
HSL0.250.370.77
HSV91°20°85°
CMYK 0.110.000.20   0.15
XYZ55.217164.800949.6420
Yxy64.80090.32550.3819
Hunter Lab80.4990-18.433819.7864
CIE-Lab84.3810-15.472919.1396

#c3daae color RGB value is (195,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011010 10101110
Octal 303 332 256
Decimal 195 218 174
Hex C3 DA AE

RGB Percentages of Color #c3daae

%33.22
%37.14
%29.64

CMYK Percentages of Color #c3daae

%11
%0
%20
%15

Triadic Colors of #c3daae

#c3daae #aec3da #daaec3

Analogous Colors of #c3daae

#c3daae #aedaaf #d9daae

Monochromatic Colors of #c3daae

#c3daae

Complementary Color

#c3daae #c5aeda

#c3daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3daae Color CSS Codes

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

#c3daae Text Font Color

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

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


#c3daae Background Color

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

This div background color is #c3daae


#c3daae Border Color

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

This div border color is #c3daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3daae


Comments

No comments written yet.

Please login to write comment.