Color Hex Logo

#cccdfa Color Hex

#CCCDFA
(204,205,250)
0 Favorites   0 Comments

Color spaces of #cccdfa

RGB 204205250
HSL0.660.820.89
HSV239°18°98°
CMYK 0.180.180.00   0.02
XYZ63.988563.402199.3078
Yxy63.40210.28230.2797
Hunter Lab79.62544.1015-18.2079
CIE-Lab83.65358.6780-22.1402

#cccdfa color RGB value is (204,205,250).

#cccdfa hex color red value is 204, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cccdfa hue: 0.66 , saturation: 0.82 and the lightness value of cccdfa is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 11111010
Octal 314 315 372
Decimal 204 205 250
Hex CC CD FA

RGB Percentages of Color #cccdfa

%30.96
%31.11
%37.94

CMYK Percentages of Color #cccdfa

%18
%18
%0
%2

Triadic Colors of #cccdfa

#cccdfa #facccd #cdfacc

Analogous Colors of #cccdfa

#cccdfa #e2ccfa #cce4fa

Monochromatic Colors of #cccdfa

#cccdfa

Complementary Color

#cccdfa #faf9cc

#cccdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccdfa Color CSS Codes

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

#cccdfa Text Font Color

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

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


#cccdfa Background Color

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

This div background color is #cccdfa


#cccdfa Border Color

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

This div border color is #cccdfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,205,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 #cccdfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccdfa


Comments

No comments written yet.

Please login to write comment.