Color Hex Logo

#ccace8 Color Hex

#CCACE8
(204,172,232)
0 Favorites   0 Comments

Color spaces of #ccace8

RGB 204172232
HSL0.760.570.79
HSV272°26°91°
CMYK 0.120.260.00   0.09
XYZ54.219948.168682.7837
Yxy48.16860.29280.2601
Hunter Lab69.403617.9925-22.1378
CIE-Lab74.931122.7326-25.7622

#ccace8 color RGB value is (204,172,232).

#ccace8 hex color red value is 204, green value is 172 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #ccace8 hue: 0.76 , saturation: 0.57 and the lightness value of ccace8 is 0.79.

The process color (four color CMYK) of #ccace8 color hex is 0.12, 0.26, 0.00, 0.09. Web safe color of #ccace8 is #cc99ff. Color #ccace8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 11101000
Octal 314 254 350
Decimal 204 172 232
Hex CC AC E8

RGB Percentages of Color #ccace8

%33.55
%28.29
%38.16

CMYK Percentages of Color #ccace8

%12
%26
%0
%9

Triadic Colors of #ccace8

#ccace8 #e8ccac #ace8cc

Analogous Colors of #ccace8

#ccace8 #e8ace6 #aeace8

Monochromatic Colors of #ccace8

#ccace8

Complementary Color

#ccace8 #c8e8ac

#ccace8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccace8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccace8 Color CSS Codes

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

#ccace8 Text Font Color

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

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


#ccace8 Background Color

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

This div background color is #ccace8


#ccace8 Border Color

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

This div border color is #ccace8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccace8


Comments

No comments written yet.

Please login to write comment.