Color Hex Logo

#ccaeca Color Hex

#CCAECA
(204,174,202)
0 Favorites   0 Comments

Color spaces of #ccaeca

RGB 204174202
HSL0.840.230.74
HSV304°15°80°
CMYK 0.000.150.01   0.20
XYZ50.698647.373762.3491
Yxy47.37370.31600.2953
Hunter Lab68.828611.0318-5.5285
CIE-Lab74.428215.7218-10.1704

#ccaeca color RGB value is (204,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11001010
Octal 314 256 312
Decimal 204 174 202
Hex CC AE CA

RGB Percentages of Color #ccaeca

%35.17
%30.00
%34.83

CMYK Percentages of Color #ccaeca

%0
%15
%1
%20

Triadic Colors of #ccaeca

#ccaeca #caccae #aecacc

Analogous Colors of #ccaeca

#ccaeca #ccaebb #bfaecc

Monochromatic Colors of #ccaeca

#ccaeca

Complementary Color

#ccaeca #aeccb0

#ccaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaeca Color CSS Codes

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

#ccaeca Text Font Color

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

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


#ccaeca Background Color

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

This div background color is #ccaeca


#ccaeca Border Color

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

This div border color is #ccaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaeca


Comments

No comments written yet.

Please login to write comment.