Color Hex Logo

#c3aced Color Hex

#C3ACED
(195,172,237)
0 Favorites   0 Comments

Color spaces of #c3aced

RGB 195172237
HSL0.730.640.80
HSV261°27°93°
CMYK 0.180.270.00   0.07
XYZ52.544347.221686.4661
Yxy47.22160.28210.2536
Hunter Lab68.718016.2312-26.5005
CIE-Lab74.331321.0017-29.4639

#c3aced color RGB value is (195,172,237).

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

The process color (four color CMYK) of #c3aced color hex is 0.18, 0.27, 0.00, 0.07. Web safe color of #c3aced is #cc99ff. Color #c3aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101100 11101101
Octal 303 254 355
Decimal 195 172 237
Hex C3 AC ED

RGB Percentages of Color #c3aced

%32.28
%28.48
%39.24

CMYK Percentages of Color #c3aced

%18
%27
%0
%7

Triadic Colors of #c3aced

#c3aced #edc3ac #acedc3

Analogous Colors of #c3aced

#c3aced #e4aced #acb6ed

Monochromatic Colors of #c3aced

#c3aced

Complementary Color

#c3aced #d6edac

#c3aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aced Color CSS Codes

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

#c3aced Text Font Color

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

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


#c3aced Background Color

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

This div background color is #c3aced


#c3aced Border Color

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

This div border color is #c3aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aced


Comments

No comments written yet.

Please login to write comment.