Color Hex Logo

#c6acee Color Hex

#C6ACEE
(198,172,238)
0 Favorites   0 Comments

Color spaces of #c6acee

RGB 198172238
HSL0.730.660.80
HSV264°28°93°
CMYK 0.170.280.00   0.07
XYZ53.473847.683987.2744
Yxy47.68390.28380.2531
Hunter Lab69.053517.3835-26.5971
CIE-Lab74.625122.1408-29.5326

#c6acee color RGB value is (198,172,238).

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

The process color (four color CMYK) of #c6acee color hex is 0.17, 0.28, 0.00, 0.07. Web safe color of #c6acee is #cc99ff. Color #c6acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101100 11101110
Octal 306 254 356
Decimal 198 172 238
Hex C6 AC EE

RGB Percentages of Color #c6acee

%32.57
%28.29
%39.14

CMYK Percentages of Color #c6acee

%17
%28
%0
%7

Triadic Colors of #c6acee

#c6acee #eec6ac #aceec6

Analogous Colors of #c6acee

#c6acee #e7acee #acb3ee

Monochromatic Colors of #c6acee

#c6acee

Complementary Color

#c6acee #d4eeac

#c6acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6acee Color CSS Codes

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

#c6acee Text Font Color

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

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


#c6acee Background Color

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

This div background color is #c6acee


#c6acee Border Color

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

This div border color is #c6acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6acee


Comments

No comments written yet.

Please login to write comment.