Color Hex Logo

#ccaef8 Color Hex

#CCAEF8
(204,174,248)
0 Favorites   0 Comments

Color spaces of #ccaef8

RGB 204174248
HSL0.730.840.83
HSV264°30°97°
CMYK 0.180.300.00   0.03
XYZ56.981249.886895.4328
Yxy49.88680.28170.2466
Hunter Lab70.630620.4013-30.6685
CIE-Lab75.999725.0499-32.7800

#ccaef8 color RGB value is (204,174,248).

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

The process color (four color CMYK) of #ccaef8 color hex is 0.18, 0.30, 0.00, 0.03. Web safe color of #ccaef8 is #cc99ff. Color #ccaef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11111000
Octal 314 256 370
Decimal 204 174 248
Hex CC AE F8

RGB Percentages of Color #ccaef8

%32.59
%27.80
%39.62

CMYK Percentages of Color #ccaef8

%18
%30
%0
%3

Triadic Colors of #ccaef8

#ccaef8 #f8ccae #aef8cc

Analogous Colors of #ccaef8

#ccaef8 #f1aef8 #aeb5f8

Monochromatic Colors of #ccaef8

#ccaef8

Complementary Color

#ccaef8 #daf8ae

#ccaef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaef8 Color CSS Codes

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

#ccaef8 Text Font Color

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

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


#ccaef8 Background Color

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

This div background color is #ccaef8


#ccaef8 Border Color

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

This div border color is #ccaef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaef8


Comments

No comments written yet.

Please login to write comment.