color codes Logo

#c4aadc color codes

#C4AADC
(196,170,220)
0 Favorites   0 Comments

Color spaces of #c4aadc

RGB 196170220
HSL0.750.420.76
HSV271°23°86°
CMYK 0.110.230.00   0.14
XYZ50.057945.652573.8836
Yxy45.65250.29520.2692
Hunter Lab67.566614.0032-17.5365
CIE-Lab73.319518.7853-21.7498

#c4aadc color RGB value is (196,170,220).

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

The process color (four color CMYK) of #c4aadc color code is 0.11, 0.23, 0.00, 0.14. Web safe color of #c4aadc is #cc99cc. Color #c4aadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101010 11011100
Octal 304 252 334
Decimal 196 170 220
Hex C4 AA DC

RGB Percentages of Color #c4aadc

%33.45
%29.01
%37.54

CMYK Percentages of Color #c4aadc

%11
%23
%0
%14

Triadic Colors of #c4aadc

#c4aadc #dcc4aa #aadcc4

Analogous Colors of #c4aadc

#c4aadc #dcaadb #abaadc

Monochromatic Colors of #c4aadc

#c4aadc

Complementary Color

#c4aadc #c2dcaa

#c4aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aadc Color CSS Codes

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

#c4aadc Text Font Color

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

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


#c4aadc Background Color

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

This div background color is #c4aadc


#c4aadc Border Color

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

This div border color is #c4aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aadc


Comments

No comments written yet.

Please login to write comment.