Color Hex Logo

#c6aced Color Hex

#C6ACED
(198,172,237)
0 Favorites   0 Comments

Color spaces of #c6aced

RGB 198172237
HSL0.730.640.80
HSV264°27°93°
CMYK 0.160.270.00   0.07
XYZ53.327347.625286.5027
Yxy47.62520.28450.2541
Hunter Lab69.011017.1641-26.0101
CIE-Lab74.587921.9238-29.0476

#c6aced color RGB value is (198,172,237).

#c6aced hex color red value is 198, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c6aced hue: 0.73 , saturation: 0.64 and the lightness value of c6aced is 0.80.

The process color (four color CMYK) of #c6aced color hex is 0.16, 0.27, 0.00, 0.07. Web safe color of #c6aced is #cc99ff. Color #c6aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101100 11101101
Octal 306 254 355
Decimal 198 172 237
Hex C6 AC ED

RGB Percentages of Color #c6aced

%32.62
%28.34
%39.04

CMYK Percentages of Color #c6aced

%16
%27
%0
%7

Triadic Colors of #c6aced

#c6aced #edc6ac #acedc6

Analogous Colors of #c6aced

#c6aced #e7aced #acb3ed

Monochromatic Colors of #c6aced

#c6aced

Complementary Color

#c6aced #d3edac

#c6aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aced Color CSS Codes

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

#c6aced Text Font Color

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

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


#c6aced Background Color

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

This div background color is #c6aced


#c6aced Border Color

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

This div border color is #c6aced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,172,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6aced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6aced;
  -webkit-box-shadow: 1px 1px 3px 2px #c6aced;
  box-shadow:         1px 1px 3px 2px #c6aced; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,172,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aced


Comments

No comments written yet.

Please login to write comment.