Color Hex Logo

#c4adcc Color Hex

#C4ADCC
(196,173,204)
0 Favorites   0 Comments

Color spaces of #c4adcc

RGB 196173204
HSL0.790.230.74
HSV285°15°80°
CMYK 0.040.150.00   0.20
XYZ48.607645.982563.4404
Yxy45.98250.30760.2910
Hunter Lab67.81049.2835-8.0018
CIE-Lab73.534213.9221-12.6751

#c4adcc color RGB value is (196,173,204).

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

The process color (four color CMYK) of #c4adcc color hex is 0.04, 0.15, 0.00, 0.20. Web safe color of #c4adcc is #cc99cc. Color #c4adcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101101 11001100
Octal 304 255 314
Decimal 196 173 204
Hex C4 AD CC

RGB Percentages of Color #c4adcc

%34.21
%30.19
%35.60

CMYK Percentages of Color #c4adcc

%4
%15
%0
%20

Triadic Colors of #c4adcc

#c4adcc #ccc4ad #adccc4

Analogous Colors of #c4adcc

#c4adcc #ccadc5 #b5adcc

Monochromatic Colors of #c4adcc

#c4adcc

Complementary Color

#c4adcc #b5ccad

#c4adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4adcc Color CSS Codes

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

#c4adcc Text Font Color

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

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


#c4adcc Background Color

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

This div background color is #c4adcc


#c4adcc Border Color

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

This div border color is #c4adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4adcc


Comments

No comments written yet.

Please login to write comment.