Color Hex Logo

#c5adce Color Hex

#C5ADCE
(197,173,206)
0 Favorites   0 Comments

Color spaces of #c5adce

RGB 197173206
HSL0.790.250.74
HSV284°16°81°
CMYK 0.040.160.00   0.19
XYZ49.110146.213764.7243
Yxy46.21370.30680.2887
Hunter Lab67.98079.9845-8.8635
CIE-Lab73.684014.6495-13.5362

#c5adce color RGB value is (197,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101101 11001110
Octal 305 255 316
Decimal 197 173 206
Hex C5 AD CE

RGB Percentages of Color #c5adce

%34.20
%30.03
%35.76

CMYK Percentages of Color #c5adce

%4
%16
%0
%19

Triadic Colors of #c5adce

#c5adce #cec5ad #adcec5

Analogous Colors of #c5adce

#c5adce #ceadc7 #b5adce

Monochromatic Colors of #c5adce

#c5adce

Complementary Color

#c5adce #b6cead

#c5adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5adce Color CSS Codes

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

#c5adce Text Font Color

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

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


#c5adce Background Color

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

This div background color is #c5adce


#c5adce Border Color

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

This div border color is #c5adce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5adce

#c5adce Color Palettes


Comments

No comments written yet.

Please login to write comment.