Color Hex Logo

#c3acec Color Hex

#C3ACEC
(195,172,236)
0 Favorites   0 Comments

Color spaces of #c3acec

RGB 195172236
HSL0.730.630.80
HSV262°27°93°
CMYK 0.170.270.00   0.07
XYZ52.398547.163385.6986
Yxy47.16330.28280.2546
Hunter Lab68.675516.0109-25.9137
CIE-Lab74.294120.7821-28.9784

#c3acec color RGB value is (195,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101100 11101100
Octal 303 254 354
Decimal 195 172 236
Hex C3 AC EC

RGB Percentages of Color #c3acec

%32.34
%28.52
%39.14

CMYK Percentages of Color #c3acec

%17
%27
%0
%7

Triadic Colors of #c3acec

#c3acec #ecc3ac #acecc3

Analogous Colors of #c3acec

#c3acec #e3acec #acb5ec

Monochromatic Colors of #c3acec

#c3acec

Complementary Color

#c3acec #d5ecac

#c3acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3acec Color CSS Codes

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

#c3acec Text Font Color

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

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


#c3acec Background Color

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

This div background color is #c3acec


#c3acec Border Color

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

This div border color is #c3acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3acec


Comments

No comments written yet.

Please login to write comment.