Color Hex Logo

#c6adcd Color Hex

#C6ADCD
(198,173,205)
0 Favorites   0 Comments

Color spaces of #c6adcd

RGB 198173205
HSL0.800.240.74
HSV287°16°80°
CMYK 0.030.160.00   0.20
XYZ49.251746.300764.0987
Yxy46.30070.30850.2900
Hunter Lab68.044610.1229-8.2205
CIE-Lab73.740214.7923-12.8957

#c6adcd color RGB value is (198,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101101 11001101
Octal 306 255 315
Decimal 198 173 205
Hex C6 AD CD

RGB Percentages of Color #c6adcd

%34.38
%30.03
%35.59

CMYK Percentages of Color #c6adcd

%3
%16
%0
%20

Triadic Colors of #c6adcd

#c6adcd #cdc6ad #adcdc6

Analogous Colors of #c6adcd

#c6adcd #cdadc4 #b6adcd

Monochromatic Colors of #c6adcd

#c6adcd

Complementary Color

#c6adcd #b4cdad

#c6adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6adcd Color CSS Codes

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

#c6adcd Text Font Color

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

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


#c6adcd Background Color

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

This div background color is #c6adcd


#c6adcd Border Color

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

This div border color is #c6adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6adcd


Comments

No comments written yet.

Please login to write comment.