Color Hex Logo

#c6aeca Color Hex

#C6AECA
(198,174,202)
0 Favorites   0 Comments

Color spaces of #c6aeca

RGB 198174202
HSL0.810.210.74
HSV291°14°79°
CMYK 0.020.140.00   0.21
XYZ49.085446.542162.2736
Yxy46.54210.31090.2948
Hunter Lab68.22189.0422-6.3653
CIE-Lab73.895913.6687-11.0210

#c6aeca color RGB value is (198,174,202).

#c6aeca hex color red value is 198, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c6aeca hue: 0.81 , saturation: 0.21 and the lightness value of c6aeca is 0.74.

The process color (four color CMYK) of #c6aeca color hex is 0.02, 0.14, 0.00, 0.21. Web safe color of #c6aeca is #cc99cc. Color #c6aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101110 11001010
Octal 306 256 312
Decimal 198 174 202
Hex C6 AE CA

RGB Percentages of Color #c6aeca

%34.49
%30.31
%35.19

CMYK Percentages of Color #c6aeca

%2
%14
%0
%21

Triadic Colors of #c6aeca

#c6aeca #cac6ae #aecac6

Analogous Colors of #c6aeca

#c6aeca #caaec0 #b8aeca

Monochromatic Colors of #c6aeca

#c6aeca

Complementary Color

#c6aeca #b2caae

#c6aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aeca Color CSS Codes

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

#c6aeca Text Font Color

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

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


#c6aeca Background Color

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

This div background color is #c6aeca


#c6aeca Border Color

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

This div border color is #c6aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aeca


Comments

No comments written yet.

Please login to write comment.