Color Hex Logo

#c8aace Color Hex

#C8AACE
(200,170,206)
0 Favorites   0 Comments

Color spaces of #c8aace

RGB 200170206
HSL0.810.270.74
HSV290°17°81°
CMYK 0.030.170.00   0.19
XYZ49.334745.485064.5718
Yxy45.48500.30950.2854
Hunter Lab67.442612.5495-9.5565
CIE-Lab73.210117.3028-14.2211

#c8aace color RGB value is (200,170,206).

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

The process color (four color CMYK) of #c8aace color hex is 0.03, 0.17, 0.00, 0.19. Web safe color of #c8aace is #cc99cc. Color #c8aace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101010 11001110
Octal 310 252 316
Decimal 200 170 206
Hex C8 AA CE

RGB Percentages of Color #c8aace

%34.72
%29.51
%35.76

CMYK Percentages of Color #c8aace

%3
%17
%0
%19

Triadic Colors of #c8aace

#c8aace #cec8aa #aacec8

Analogous Colors of #c8aace

#c8aace #ceaac2 #b6aace

Monochromatic Colors of #c8aace

#c8aace

Complementary Color

#c8aace #b0ceaa

#c8aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aace Color CSS Codes

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

#c8aace Text Font Color

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

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


#c8aace Background Color

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

This div background color is #c8aace


#c8aace Border Color

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

This div border color is #c8aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aace


Comments

No comments written yet.

Please login to write comment.