Color Hex Logo

#c8adca Color Hex

#C8ADCA
(200,173,202)
0 Favorites   0 Comments

Color spaces of #c8adca

RGB 200173202
HSL0.820.210.74
HSV296°14°79°
CMYK 0.010.140.00   0.21
XYZ49.423746.430862.2342
Yxy46.43080.31260.2937
Hunter Lab68.140110.2251-6.4530
CIE-Lab73.824214.8973-11.1096

#c8adca color RGB value is (200,173,202).

#c8adca hex color red value is 200, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c8adca hue: 0.82 , saturation: 0.21 and the lightness value of c8adca is 0.74.

The process color (four color CMYK) of #c8adca color hex is 0.01, 0.14, 0.00, 0.21. Web safe color of #c8adca is #cc99cc. Color #c8adca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101101 11001010
Octal 310 255 312
Decimal 200 173 202
Hex C8 AD CA

RGB Percentages of Color #c8adca

%34.78
%30.09
%35.13

CMYK Percentages of Color #c8adca

%1
%14
%0
%21

Triadic Colors of #c8adca

#c8adca #cac8ad #adcac8

Analogous Colors of #c8adca

#c8adca #caadbe #baadca

Monochromatic Colors of #c8adca

#c8adca

Complementary Color

#c8adca #afcaad

#c8adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8adca Color CSS Codes

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

#c8adca Text Font Color

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

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


#c8adca Background Color

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

This div background color is #c8adca


#c8adca Border Color

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

This div border color is #c8adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8adca


Comments

No comments written yet.

Please login to write comment.