Color Hex Logo

#ccaef7 Color Hex

#CCAEF7
(204,174,247)
0 Favorites   0 Comments

Color spaces of #ccaef7

RGB 204174247
HSL0.740.820.83
HSV265°30°97°
CMYK 0.170.300.00   0.03
XYZ56.826449.824994.6178
Yxy49.82490.28230.2476
Hunter Lab70.586820.1760-30.0644
CIE-Lab75.961724.8319-32.2993

#ccaef7 color RGB value is (204,174,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11110111
Octal 314 256 367
Decimal 204 174 247
Hex CC AE F7

RGB Percentages of Color #ccaef7

%32.64
%27.84
%39.52

CMYK Percentages of Color #ccaef7

%17
%30
%0
%3

Triadic Colors of #ccaef7

#ccaef7 #f7ccae #aef7cc

Analogous Colors of #ccaef7

#ccaef7 #f1aef7 #aeb5f7

Monochromatic Colors of #ccaef7

#ccaef7

Complementary Color

#ccaef7 #d9f7ae

#ccaef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaef7 Color CSS Codes

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

#ccaef7 Text Font Color

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

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


#ccaef7 Background Color

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

This div background color is #ccaef7


#ccaef7 Border Color

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

This div border color is #ccaef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaef7


Comments

No comments written yet.

Please login to write comment.