Color Hex Logo

#ccaef2 Color Hex

#CCAEF2
(204,174,242)
0 Favorites   0 Comments

Color spaces of #ccaef2

RGB 204174242
HSL0.740.720.82
HSV266°28°95°
CMYK 0.160.280.00   0.05
XYZ56.064949.520390.6078
Yxy49.52030.28580.2524
Hunter Lab70.370719.0638-27.0811
CIE-Lab75.773923.7513-29.8878

#ccaef2 color RGB value is (204,174,242).

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

The process color (four color CMYK) of #ccaef2 color hex is 0.16, 0.28, 0.00, 0.05. Web safe color of #ccaef2 is #cc99ff. Color #ccaef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11110010
Octal 314 256 362
Decimal 204 174 242
Hex CC AE F2

RGB Percentages of Color #ccaef2

%32.90
%28.06
%39.03

CMYK Percentages of Color #ccaef2

%16
%28
%0
%5

Triadic Colors of #ccaef2

#ccaef2 #f2ccae #aef2cc

Analogous Colors of #ccaef2

#ccaef2 #eeaef2 #aeb2f2

Monochromatic Colors of #ccaef2

#ccaef2

Complementary Color

#ccaef2 #d4f2ae

#ccaef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaef2 Color CSS Codes

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

#ccaef2 Text Font Color

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

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


#ccaef2 Background Color

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

This div background color is #ccaef2


#ccaef2 Border Color

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

This div border color is #ccaef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaef2


Comments

No comments written yet.

Please login to write comment.