Color Hex Logo

#c4aad0 Color Hex

#C4AAD0
(196,170,208)
0 Favorites   0 Comments

Color spaces of #c4aad0

RGB 196170208
HSL0.780.290.74
HSV281°18°82°
CMYK 0.060.180.00   0.18
XYZ48.524845.039365.8104
Yxy45.03930.30450.2826
Hunter Lab67.111311.6195-11.1628
CIE-Lab72.917816.3518-15.7927

#c4aad0 color RGB value is (196,170,208).

#c4aad0 hex color red value is 196, green value is 170 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #c4aad0 hue: 0.78 , saturation: 0.29 and the lightness value of c4aad0 is 0.74.

The process color (four color CMYK) of #c4aad0 color hex is 0.06, 0.18, 0.00, 0.18. Web safe color of #c4aad0 is #cc99cc. Color #c4aad0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101010 11010000
Octal 304 252 320
Decimal 196 170 208
Hex C4 AA D0

RGB Percentages of Color #c4aad0

%34.15
%29.62
%36.24

CMYK Percentages of Color #c4aad0

%6
%18
%0
%18

Triadic Colors of #c4aad0

#c4aad0 #d0c4aa #aad0c4

Analogous Colors of #c4aad0

#c4aad0 #d0aac9 #b1aad0

Monochromatic Colors of #c4aad0

#c4aad0

Complementary Color

#c4aad0 #b6d0aa

#c4aad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aad0 Color CSS Codes

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

#c4aad0 Text Font Color

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

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


#c4aad0 Background Color

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

This div background color is #c4aad0


#c4aad0 Border Color

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

This div border color is #c4aad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aad0

#c4aad0 Color Palettes


Comments

No comments written yet.

Please login to write comment.