Color Hex Logo

#c2acdd Color Hex

#C2ACDD
(194,172,221)
0 Favorites   0 Comments

Color spaces of #c2acdd

RGB 194172221
HSL0.740.420.77
HSV267°22°87°
CMYK 0.120.220.00   0.13
XYZ50.051846.194874.6851
Yxy46.19480.29280.2703
Hunter Lab67.966812.5084-17.5739
CIE-Lab73.671817.2504-21.7757

#c2acdd color RGB value is (194,172,221).

#c2acdd hex color red value is 194, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c2acdd hue: 0.74 , saturation: 0.42 and the lightness value of c2acdd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101100 11011101
Octal 302 254 335
Decimal 194 172 221
Hex C2 AC DD

RGB Percentages of Color #c2acdd

%33.05
%29.30
%37.65

CMYK Percentages of Color #c2acdd

%12
%22
%0
%13

Triadic Colors of #c2acdd

#c2acdd #ddc2ac #acddc2

Analogous Colors of #c2acdd

#c2acdd #dbacdd #acafdd

Monochromatic Colors of #c2acdd

#c2acdd

Complementary Color

#c2acdd #c7ddac

#c2acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2acdd Color CSS Codes

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

#c2acdd Text Font Color

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

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


#c2acdd Background Color

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

This div background color is #c2acdd


#c2acdd Border Color

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

This div border color is #c2acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2acdd


Comments

No comments written yet.

Please login to write comment.