Color Hex Logo

#c4aadb Color Hex

#C4AADB
(196,170,219)
0 Favorites   0 Comments

Color spaces of #c4aadb

RGB 196170219
HSL0.760.400.76
HSV272°22°86°
CMYK 0.110.220.00   0.14
XYZ49.925945.599773.1881
Yxy45.59970.29590.2703
Hunter Lab67.527513.7992-16.9907
CIE-Lab73.285018.5785-21.2560

#c4aadb color RGB value is (196,170,219).

#c4aadb hex color red value is 196, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c4aadb hue: 0.76 , saturation: 0.40 and the lightness value of c4aadb is 0.76.

The process color (four color CMYK) of #c4aadb color hex is 0.11, 0.22, 0.00, 0.14. Web safe color of #c4aadb is #cc99cc. Color #c4aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101010 11011011
Octal 304 252 333
Decimal 196 170 219
Hex C4 AA DB

RGB Percentages of Color #c4aadb

%33.50
%29.06
%37.44

CMYK Percentages of Color #c4aadb

%11
%22
%0
%14

Triadic Colors of #c4aadb

#c4aadb #dbc4aa #aadbc4

Analogous Colors of #c4aadb

#c4aadb #dbaada #acaadb

Monochromatic Colors of #c4aadb

#c4aadb

Complementary Color

#c4aadb #c1dbaa

#c4aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aadb Color CSS Codes

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

#c4aadb Text Font Color

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

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


#c4aadb Background Color

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

This div background color is #c4aadb


#c4aadb Border Color

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

This div border color is #c4aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aadb


Comments

No comments written yet.

Please login to write comment.