Color Hex Logo

#c6aeea Color Hex

#C6AEEA
(198,174,234)
0 Favorites   0 Comments

Color spaces of #c6aeea

RGB 198174234
HSL0.730.590.80
HSV264°26°92°
CMYK 0.150.260.00   0.08
XYZ53.276048.218484.3410
Yxy48.21840.28670.2595
Hunter Lab69.439515.4314-23.4059
CIE-Lab74.962520.1771-26.8458

#c6aeea color RGB value is (198,174,234).

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

The process color (four color CMYK) of #c6aeea color hex is 0.15, 0.26, 0.00, 0.08. Web safe color of #c6aeea is #cc99ff. Color #c6aeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101110 11101010
Octal 306 256 352
Decimal 198 174 234
Hex C6 AE EA

RGB Percentages of Color #c6aeea

%32.67
%28.71
%38.61

CMYK Percentages of Color #c6aeea

%15
%26
%0
%8

Triadic Colors of #c6aeea

#c6aeea #eac6ae #aeeac6

Analogous Colors of #c6aeea

#c6aeea #e4aeea #aeb4ea

Monochromatic Colors of #c6aeea

#c6aeea

Complementary Color

#c6aeea #d2eaae

#c6aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aeea Color CSS Codes

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

#c6aeea Text Font Color

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

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


#c6aeea Background Color

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

This div background color is #c6aeea


#c6aeea Border Color

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

This div border color is #c6aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aeea


Comments

No comments written yet.

Please login to write comment.