Color Hex Logo

#c7aced Color Hex

#C7ACED
(199,172,237)
0 Favorites   0 Comments

Color spaces of #c7aced

RGB 199172237
HSL0.740.640.80
HSV265°27°93°
CMYK 0.160.270.00   0.07
XYZ53.591847.761686.5151
Yxy47.76160.28530.2542
Hunter Lab69.109817.4774-25.8454
CIE-Lab74.674322.2321-28.9075

#c7aced color RGB value is (199,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101100 11101101
Octal 307 254 355
Decimal 199 172 237
Hex C7 AC ED

RGB Percentages of Color #c7aced

%32.73
%28.29
%38.98

CMYK Percentages of Color #c7aced

%16
%27
%0
%7

Triadic Colors of #c7aced

#c7aced #edc7ac #acedc7

Analogous Colors of #c7aced

#c7aced #e8aced #acb2ed

Monochromatic Colors of #c7aced

#c7aced

Complementary Color

#c7aced #d2edac

#c7aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aced Color CSS Codes

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

#c7aced Text Font Color

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

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


#c7aced Background Color

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

This div background color is #c7aced


#c7aced Border Color

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

This div border color is #c7aced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,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 #c7aced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aced


Comments

No comments written yet.

Please login to write comment.