Color Hex Logo

#c5dcae Color Hex

#C5DCAE
(197,220,174)
0 Favorites   0 Comments

Color spaces of #c5dcae

RGB 197220174
HSL0.250.400.77
HSV90°21°86°
CMYK 0.100.000.21   0.14
XYZ56.259166.112749.8403
Yxy66.11270.32670.3839
Hunter Lab81.3097-18.785920.5739
CIE-Lab85.0539-15.765120.0950

#c5dcae color RGB value is (197,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011100 10101110
Octal 305 334 256
Decimal 197 220 174
Hex C5 DC AE

RGB Percentages of Color #c5dcae

%33.33
%37.23
%29.44

CMYK Percentages of Color #c5dcae

%10
%0
%21
%14

Triadic Colors of #c5dcae

#c5dcae #aec5dc #dcaec5

Analogous Colors of #c5dcae

#c5dcae #aedcae #dcdcae

Monochromatic Colors of #c5dcae

#c5dcae

Complementary Color

#c5dcae #c5aedc

#c5dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dcae Color CSS Codes

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

#c5dcae Text Font Color

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

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


#c5dcae Background Color

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

This div background color is #c5dcae


#c5dcae Border Color

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

This div border color is #c5dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dcae


Comments

No comments written yet.

Please login to write comment.