Color Hex Logo

#c4aac8 Color Hex

#C4AAC8
(196,170,200)
0 Favorites   0 Comments

Color spaces of #c4aac8

RGB 196170200
HSL0.810.210.73
HSV292°15°78°
CMYK 0.020.150.00   0.22
XYZ47.565044.655360.7560
Yxy44.65530.31090.2919
Hunter Lab66.824610.1112-7.1284
CIE-Lab72.664314.7919-11.7847

#c4aac8 color RGB value is (196,170,200).

#c4aac8 hex color red value is 196, green value is 170 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #c4aac8 hue: 0.81 , saturation: 0.21 and the lightness value of c4aac8 is 0.73.

The process color (four color CMYK) of #c4aac8 color hex is 0.02, 0.15, 0.00, 0.22. Web safe color of #c4aac8 is #cc99cc. Color #c4aac8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101010 11001000
Octal 304 252 310
Decimal 196 170 200
Hex C4 AA C8

RGB Percentages of Color #c4aac8

%34.63
%30.04
%35.34

CMYK Percentages of Color #c4aac8

%2
%15
%0
%22

Triadic Colors of #c4aac8

#c4aac8 #c8c4aa #aac8c4

Analogous Colors of #c4aac8

#c4aac8 #c8aabd #b5aac8

Monochromatic Colors of #c4aac8

#c4aac8

Complementary Color

#c4aac8 #aec8aa

#c4aac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aac8 Color CSS Codes

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

#c4aac8 Text Font Color

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

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


#c4aac8 Background Color

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

This div background color is #c4aac8


#c4aac8 Border Color

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

This div border color is #c4aac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aac8


Comments

No comments written yet.

Please login to write comment.