Color Hex Logo

#c6adce Color Hex

#C6ADCE
(198,173,206)
0 Favorites   0 Comments

Color spaces of #c6adce

RGB 198173206
HSL0.790.250.74
HSV285°16°81°
CMYK 0.040.160.00   0.19
XYZ49.372946.349164.7366
Yxy46.34910.30770.2889
Hunter Lab68.080210.3109-8.7220
CIE-Lab73.771514.9867-13.3960

#c6adce color RGB value is (198,173,206).

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

The process color (four color CMYK) of #c6adce color hex is 0.04, 0.16, 0.00, 0.19. Web safe color of #c6adce is #cc99cc. Color #c6adce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101101 11001110
Octal 306 255 316
Decimal 198 173 206
Hex C6 AD CE

RGB Percentages of Color #c6adce

%34.32
%29.98
%35.70

CMYK Percentages of Color #c6adce

%4
%16
%0
%19

Triadic Colors of #c6adce

#c6adce #cec6ad #adcec6

Analogous Colors of #c6adce

#c6adce #ceadc6 #b6adce

Monochromatic Colors of #c6adce

#c6adce

Complementary Color

#c6adce #b5cead

#c6adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6adce Color CSS Codes

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

#c6adce Text Font Color

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

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


#c6adce Background Color

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

This div background color is #c6adce


#c6adce Border Color

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

This div border color is #c6adce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6adce


Comments

No comments written yet.

Please login to write comment.