Color Hex Logo

#c6aaeb Color Hex

#C6AAEB
(198,170,235)
0 Favorites   0 Comments

Color spaces of #c6aaeb

RGB 198170235
HSL0.740.620.79
HSV266°28°92°
CMYK 0.160.280.00   0.08
XYZ52.658846.753484.8461
Yxy46.75340.28580.2537
Hunter Lab68.376517.8095-25.7075
CIE-Lab74.031822.5906-28.8164

#c6aaeb color RGB value is (198,170,235).

#c6aaeb hex color red value is 198, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c6aaeb hue: 0.74 , saturation: 0.62 and the lightness value of c6aaeb is 0.79.

The process color (four color CMYK) of #c6aaeb color hex is 0.16, 0.28, 0.00, 0.08. Web safe color of #c6aaeb is #cc99ff. Color #c6aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101010 11101011
Octal 306 252 353
Decimal 198 170 235
Hex C6 AA EB

RGB Percentages of Color #c6aaeb

%32.84
%28.19
%38.97

CMYK Percentages of Color #c6aaeb

%16
%28
%0
%8

Triadic Colors of #c6aaeb

#c6aaeb #ebc6aa #aaebc6

Analogous Colors of #c6aaeb

#c6aaeb #e7aaeb #aaafeb

Monochromatic Colors of #c6aaeb

#c6aaeb

Complementary Color

#c6aaeb #cfebaa

#c6aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aaeb Color CSS Codes

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

#c6aaeb Text Font Color

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

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


#c6aaeb Background Color

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

This div background color is #c6aaeb


#c6aaeb Border Color

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

This div border color is #c6aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aaeb


Comments

No comments written yet.

Please login to write comment.