Color Hex Logo

#ccaec2 Color Hex

#CCAEC2
(204,174,194)
0 Favorites   0 Comments

Color spaces of #ccaec2

RGB 204174194
HSL0.890.230.74
HSV320°15°80°
CMYK 0.000.150.05   0.20
XYZ49.775547.004557.4883
Yxy47.00450.32270.3047
Hunter Lab68.55989.6141-1.7236
CIE-Lab74.192614.2609-6.1432

#ccaec2 color RGB value is (204,174,194).

#ccaec2 hex color red value is 204, green value is 174 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #ccaec2 hue: 0.89 , saturation: 0.23 and the lightness value of ccaec2 is 0.74.

The process color (four color CMYK) of #ccaec2 color hex is 0.00, 0.15, 0.05, 0.20. Web safe color of #ccaec2 is #cc99cc. Color #ccaec2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11000010
Octal 314 256 302
Decimal 204 174 194
Hex CC AE C2

RGB Percentages of Color #ccaec2

%35.66
%30.42
%33.92

CMYK Percentages of Color #ccaec2

%0
%15
%5
%20

Triadic Colors of #ccaec2

#ccaec2 #c2ccae #aec2cc

Analogous Colors of #ccaec2

#ccaec2 #ccaeb3 #c7aecc

Monochromatic Colors of #ccaec2

#ccaec2

Complementary Color

#ccaec2 #aeccb8

#ccaec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaec2 Color CSS Codes

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

#ccaec2 Text Font Color

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

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


#ccaec2 Background Color

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

This div background color is #ccaec2


#ccaec2 Border Color

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

This div border color is #ccaec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaec2


Comments

No comments written yet.

Please login to write comment.