Color Hex Logo

#ccaef5 Color Hex

#CCAEF5
(204,174,245)
0 Favorites   0 Comments

Color spaces of #ccaef5

RGB 204174245
HSL0.740.780.82
HSV265°29°96°
CMYK 0.170.290.00   0.04
XYZ56.519349.702093.0008
Yxy49.70200.28370.2495
Hunter Lab70.499619.7284-28.8637
CIE-Lab75.886024.3979-31.3363

#ccaef5 color RGB value is (204,174,245).

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

The process color (four color CMYK) of #ccaef5 color hex is 0.17, 0.29, 0.00, 0.04. Web safe color of #ccaef5 is #cc99ff. Color #ccaef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11110101
Octal 314 256 365
Decimal 204 174 245
Hex CC AE F5

RGB Percentages of Color #ccaef5

%32.74
%27.93
%39.33

CMYK Percentages of Color #ccaef5

%17
%29
%0
%4

Triadic Colors of #ccaef5

#ccaef5 #f5ccae #aef5cc

Analogous Colors of #ccaef5

#ccaef5 #f0aef5 #aeb4f5

Monochromatic Colors of #ccaef5

#ccaef5

Complementary Color

#ccaef5 #d7f5ae

#ccaef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaef5 Color CSS Codes

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

#ccaef5 Text Font Color

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

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


#ccaef5 Background Color

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

This div background color is #ccaef5


#ccaef5 Border Color

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

This div border color is #ccaef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaef5


Comments

No comments written yet.

Please login to write comment.