Color Hex Logo

#c1adcd Color Hex

#C1ADCD
(193,173,205)
0 Favorites   0 Comments

Color spaces of #c1adcd

RGB 193173205
HSL0.770.240.74
HSV278°16°80°
CMYK 0.060.160.00   0.20
XYZ47.955345.632464.0380
Yxy45.63240.30420.2895
Hunter Lab67.55188.5024-8.9198
CIE-Lab73.306413.1073-13.5908

#c1adcd color RGB value is (193,173,205).

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

The process color (four color CMYK) of #c1adcd color hex is 0.06, 0.16, 0.00, 0.20. Web safe color of #c1adcd is #cc99cc. Color #c1adcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101101 11001101
Octal 301 255 315
Decimal 193 173 205
Hex C1 AD CD

RGB Percentages of Color #c1adcd

%33.80
%30.30
%35.90

CMYK Percentages of Color #c1adcd

%6
%16
%0
%20

Triadic Colors of #c1adcd

#c1adcd #cdc1ad #adcdc1

Analogous Colors of #c1adcd

#c1adcd #cdadc9 #b1adcd

Monochromatic Colors of #c1adcd

#c1adcd

Complementary Color

#c1adcd #b9cdad

#c1adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1adcd Color CSS Codes

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

#c1adcd Text Font Color

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

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


#c1adcd Background Color

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

This div background color is #c1adcd


#c1adcd Border Color

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

This div border color is #c1adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1adcd


Comments

No comments written yet.

Please login to write comment.