Color Hex Logo

#ccdafc Color Hex

#CCDAFC
(204,218,252)
0 Favorites   0 Comments

Color spaces of #ccdafc

RGB 204218252
HSL0.620.890.89
HSV223°19°99°
CMYK 0.190.130.00   0.01
XYZ67.543970.0085102.0485
Yxy70.00850.28190.2922
Hunter Lab83.6711-2.3294-13.7426
CIE-Lab87.00102.2194-18.1367

#ccdafc color RGB value is (204,218,252).

#ccdafc hex color red value is 204, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ccdafc hue: 0.62 , saturation: 0.89 and the lightness value of ccdafc is 0.89.

The process color (four color CMYK) of #ccdafc color hex is 0.19, 0.13, 0.00, 0.01. Web safe color of #ccdafc is #ccccff. Color #ccdafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 11111100
Octal 314 332 374
Decimal 204 218 252
Hex CC DA FC

RGB Percentages of Color #ccdafc

%30.27
%32.34
%37.39

CMYK Percentages of Color #ccdafc

%19
%13
%0
%1

Triadic Colors of #ccdafc

#ccdafc #fcccda #dafccc

Analogous Colors of #ccdafc

#ccdafc #d6ccfc #ccf2fc

Monochromatic Colors of #ccdafc

#ccdafc

Complementary Color

#ccdafc #fceecc

#ccdafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdafc Color CSS Codes

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

#ccdafc Text Font Color

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

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


#ccdafc Background Color

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

This div background color is #ccdafc


#ccdafc Border Color

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

This div border color is #ccdafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdafc


Comments

No comments written yet.

Please login to write comment.