Color Hex Logo

#c3dcae Color Hex

#C3DCAE
(195,220,174)
0 Favorites   0 Comments

Color spaces of #c3dcae

RGB 195220174
HSL0.260.400.77
HSV93°21°86°
CMYK 0.110.000.21   0.14
XYZ55.738965.844549.8159
Yxy65.84450.32520.3842
Hunter Lab81.1446-19.390020.4022
CIE-Lab84.9170-16.473219.8842

#c3dcae color RGB value is (195,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011100 10101110
Octal 303 334 256
Decimal 195 220 174
Hex C3 DC AE

RGB Percentages of Color #c3dcae

%33.11
%37.35
%29.54

CMYK Percentages of Color #c3dcae

%11
%0
%21
%14

Triadic Colors of #c3dcae

#c3dcae #aec3dc #dcaec3

Analogous Colors of #c3dcae

#c3dcae #aedcb0 #dadcae

Monochromatic Colors of #c3dcae

#c3dcae

Complementary Color

#c3dcae #c7aedc

#c3dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dcae Color CSS Codes

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

#c3dcae Text Font Color

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

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


#c3dcae Background Color

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

This div background color is #c3dcae


#c3dcae Border Color

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

This div border color is #c3dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dcae


Comments

No comments written yet.

Please login to write comment.