Color Hex Logo

#c1cdaa Color Hex

#C1CDAA
(193,205,170)
0 Favorites   0 Comments

Color spaces of #c1cdaa

RGB 193205170
HSL0.220.260.74
HSV81°17°80°
CMYK 0.060.000.17   0.20
XYZ51.079357.902446.5143
Yxy57.90240.32850.3724
Hunter Lab76.0936-13.342317.0229
CIE-Lab80.6845-10.232616.0695

#c1cdaa color RGB value is (193,205,170).

#c1cdaa hex color red value is 193, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c1cdaa hue: 0.22 , saturation: 0.26 and the lightness value of c1cdaa is 0.74.

The process color (four color CMYK) of #c1cdaa color hex is 0.06, 0.00, 0.17, 0.20. Web safe color of #c1cdaa is #cccc99. Color #c1cdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001101 10101010
Octal 301 315 252
Decimal 193 205 170
Hex C1 CD AA

RGB Percentages of Color #c1cdaa

%33.98
%36.09
%29.93

CMYK Percentages of Color #c1cdaa

%6
%0
%17
%20

Triadic Colors of #c1cdaa

#c1cdaa #aac1cd #cdaac1

Analogous Colors of #c1cdaa

#c1cdaa #b0cdaa #cdc8aa

Monochromatic Colors of #c1cdaa

#c1cdaa

Complementary Color

#c1cdaa #b6aacd

#c1cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cdaa Color CSS Codes

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

#c1cdaa Text Font Color

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

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


#c1cdaa Background Color

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

This div background color is #c1cdaa


#c1cdaa Border Color

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

This div border color is #c1cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cdaa


Comments

No comments written yet.

Please login to write comment.