Color Hex Logo

#c3aede Color Hex

#C3AEDE
(195,174,222)
0 Favorites   0 Comments

Color spaces of #c3aede

RGB 195174222
HSL0.740.420.78
HSV266°22°87°
CMYK 0.120.220.00   0.13
XYZ50.826547.148175.5289
Yxy47.14810.29290.2717
Hunter Lab68.664511.9656-17.1521
CIE-Lab74.284416.6822-21.3812

#c3aede color RGB value is (195,174,222).

#c3aede hex color red value is 195, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c3aede hue: 0.74 , saturation: 0.42 and the lightness value of c3aede is 0.78.

The process color (four color CMYK) of #c3aede color hex is 0.12, 0.22, 0.00, 0.13. Web safe color of #c3aede is #cc99cc. Color #c3aede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 11011110
Octal 303 256 336
Decimal 195 174 222
Hex C3 AE DE

RGB Percentages of Color #c3aede

%32.99
%29.44
%37.56

CMYK Percentages of Color #c3aede

%12
%22
%0
%13

Triadic Colors of #c3aede

#c3aede #dec3ae #aedec3

Analogous Colors of #c3aede

#c3aede #dbaede #aeb1de

Monochromatic Colors of #c3aede

#c3aede

Complementary Color

#c3aede #c9deae

#c3aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aede Color CSS Codes

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

#c3aede Text Font Color

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

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


#c3aede Background Color

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

This div background color is #c3aede


#c3aede Border Color

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

This div border color is #c3aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aede


Comments

No comments written yet.

Please login to write comment.