Color Hex Logo

#ccaefa Color Hex

#CCAEFA
(204,174,250)
0 Favorites   0 Comments

Color spaces of #ccaefa

RGB 204174250
HSL0.730.880.83
HSV264°30°98°
CMYK 0.180.300.00   0.02
XYZ57.293250.011697.0760
Yxy50.01160.28030.2447
Hunter Lab70.718920.8545-31.8843
CIE-Lab76.076425.4876-33.7402

#ccaefa color RGB value is (204,174,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11111010
Octal 314 256 372
Decimal 204 174 250
Hex CC AE FA

RGB Percentages of Color #ccaefa

%32.48
%27.71
%39.81

CMYK Percentages of Color #ccaefa

%18
%30
%0
%2

Triadic Colors of #ccaefa

#ccaefa #faccae #aefacc

Analogous Colors of #ccaefa

#ccaefa #f2aefa #aeb6fa

Monochromatic Colors of #ccaefa

#ccaefa

Complementary Color

#ccaefa #dcfaae

#ccaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaefa Color CSS Codes

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

#ccaefa Text Font Color

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

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


#ccaefa Background Color

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

This div background color is #ccaefa


#ccaefa Border Color

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

This div border color is #ccaefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaefa


Comments

No comments written yet.

Please login to write comment.