Color Hex Logo

#ccaefd Color Hex

#CCAEFD
(204,174,253)
0 Favorites   0 Comments

Color spaces of #ccaefd

RGB 204174253
HSL0.730.950.84
HSV263°31°99°
CMYK 0.190.310.00   0.01
XYZ57.767550.201399.5737
Yxy50.20130.27830.2419
Hunter Lab70.852921.5414-33.7267
CIE-Lab76.192726.1487-35.1766

#ccaefd color RGB value is (204,174,253).

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

The process color (four color CMYK) of #ccaefd color hex is 0.19, 0.31, 0.00, 0.01. Web safe color of #ccaefd is #cc99ff. Color #ccaefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11111101
Octal 314 256 375
Decimal 204 174 253
Hex CC AE FD

RGB Percentages of Color #ccaefd

%32.33
%27.58
%40.10

CMYK Percentages of Color #ccaefd

%19
%31
%0
%1

Triadic Colors of #ccaefd

#ccaefd #fdccae #aefdcc

Analogous Colors of #ccaefd

#ccaefd #f4aefd #aeb8fd

Monochromatic Colors of #ccaefd

#ccaefd

Complementary Color

#ccaefd #dffdae

#ccaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaefd Color CSS Codes

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

#ccaefd Text Font Color

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

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


#ccaefd Background Color

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

This div background color is #ccaefd


#ccaefd Border Color

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

This div border color is #ccaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaefd

Related Colors


Comments

No comments written yet.

Please login to write comment.