Color Hex Logo

#c1adaa Color Hex

#C1ADAA
(193,173,170)
0 Favorites   0 Comments

Color spaces of #c1adaa

RGB 193173170
HSL0.020.160.71
HSV12°76°
CMYK 0.000.100.12   0.24
XYZ44.191644.126944.2184
Yxy44.12690.33340.3329
Hunter Lab66.42812.49887.0328
CIE-Lab72.31326.68974.1565

#c1adaa color RGB value is (193,173,170).

#c1adaa hex color red value is 193, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c1adaa hue: 0.02 , saturation: 0.16 and the lightness value of c1adaa is 0.71.

The process color (four color CMYK) of #c1adaa color hex is 0.00, 0.10, 0.12, 0.24. Web safe color of #c1adaa is #cc9999. Color #c1adaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101101 10101010
Octal 301 255 252
Decimal 193 173 170
Hex C1 AD AA

RGB Percentages of Color #c1adaa

%36.01
%32.28
%31.72

CMYK Percentages of Color #c1adaa

%0
%10
%12
%24

Triadic Colors of #c1adaa

#c1adaa #aac1ad #adaac1

Analogous Colors of #c1adaa

#c1adaa #c1b9aa #c1aab3

Monochromatic Colors of #c1adaa

#c1adaa

Complementary Color

#c1adaa #aabec1

#c1adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1adaa Color CSS Codes

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

#c1adaa Text Font Color

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

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


#c1adaa Background Color

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

This div background color is #c1adaa


#c1adaa Border Color

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

This div border color is #c1adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1adaa


Comments

No comments written yet.

Please login to write comment.