Color Hex Logo

#c3accd Color Hex

#C3ACCD
(195,172,205)
0 Favorites   0 Comments

Color spaces of #c3accd

RGB 195172205
HSL0.780.250.74
HSV282°16°80°
CMYK 0.050.160.00   0.20
XYZ48.277645.514963.9984
Yxy45.51490.30600.2885
Hunter Lab67.46479.6709-9.0184
CIE-Lab73.229614.3278-13.6885

#c3accd color RGB value is (195,172,205).

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

The process color (four color CMYK) of #c3accd color hex is 0.05, 0.16, 0.00, 0.20. Web safe color of #c3accd is #cc99cc. Color #c3accd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101100 11001101
Octal 303 254 315
Decimal 195 172 205
Hex C3 AC CD

RGB Percentages of Color #c3accd

%34.09
%30.07
%35.84

CMYK Percentages of Color #c3accd

%5
%16
%0
%20

Triadic Colors of #c3accd

#c3accd #cdc3ac #accdc3

Analogous Colors of #c3accd

#c3accd #cdacc7 #b3accd

Monochromatic Colors of #c3accd

#c3accd

Complementary Color

#c3accd #b6cdac

#c3accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3accd Color CSS Codes

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

#c3accd Text Font Color

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

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


#c3accd Background Color

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

This div background color is #c3accd


#c3accd Border Color

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

This div border color is #c3accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3accd


Comments

No comments written yet.

Please login to write comment.