Color Hex Logo

#c4aacf Color Hex

#C4AACF
(196,170,207)
0 Favorites   0 Comments

Color spaces of #c4aacf

RGB 196170207
HSL0.780.280.74
HSV282°18°81°
CMYK 0.050.180.00   0.19
XYZ48.402244.990265.1644
Yxy44.99020.30530.2837
Hunter Lab67.074711.4277-10.6491
CIE-Lab72.885416.1543-15.2933

#c4aacf color RGB value is (196,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101010 11001111
Octal 304 252 317
Decimal 196 170 207
Hex C4 AA CF

RGB Percentages of Color #c4aacf

%34.21
%29.67
%36.13

CMYK Percentages of Color #c4aacf

%5
%18
%0
%19

Triadic Colors of #c4aacf

#c4aacf #cfc4aa #aacfc4

Analogous Colors of #c4aacf

#c4aacf #cfaac8 #b2aacf

Monochromatic Colors of #c4aacf

#c4aacf

Complementary Color

#c4aacf #b5cfaa

#c4aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aacf Color CSS Codes

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

#c4aacf Text Font Color

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

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


#c4aacf Background Color

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

This div background color is #c4aacf


#c4aacf Border Color

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

This div border color is #c4aacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aacf


Comments

No comments written yet.

Please login to write comment.