Color Hex Logo

#c2ace0 Color Hex

#C2ACE0
(194,172,224)
0 Favorites   0 Comments

Color spaces of #c2ace0

RGB 194172224
HSL0.740.460.78
HSV265°23°88°
CMYK 0.130.230.00   0.12
XYZ50.455246.356276.8094
Yxy46.35620.29060.2670
Hunter Lab68.085413.1294-19.2273
CIE-Lab73.776117.8827-23.2525

#c2ace0 color RGB value is (194,172,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101100 11100000
Octal 302 254 340
Decimal 194 172 224
Hex C2 AC E0

RGB Percentages of Color #c2ace0

%32.88
%29.15
%37.97

CMYK Percentages of Color #c2ace0

%13
%23
%0
%12

Triadic Colors of #c2ace0

#c2ace0 #e0c2ac #ace0c2

Analogous Colors of #c2ace0

#c2ace0 #dcace0 #acb0e0

Monochromatic Colors of #c2ace0

#c2ace0

Complementary Color

#c2ace0 #cae0ac

#c2ace0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ace0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ace0 Color CSS Codes

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

#c2ace0 Text Font Color

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

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


#c2ace0 Background Color

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

This div background color is #c2ace0


#c2ace0 Border Color

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

This div border color is #c2ace0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ace0


Comments

No comments written yet.

Please login to write comment.