Color Hex Logo

#ccdffc Color Hex

#CCDFFC
(204,223,252)
0 Favorites   0 Comments

Color spaces of #ccdffc

RGB 204223252
HSL0.600.890.89
HSV216°19°99°
CMYK 0.190.120.00   0.01
XYZ68.860272.6410102.4873
Yxy72.64100.28220.2977
Hunter Lab85.2297-4.9352-11.6345
CIE-Lab88.2762-0.3972-16.2182

#ccdffc color RGB value is (204,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11111100
Octal 314 337 374
Decimal 204 223 252
Hex CC DF FC

RGB Percentages of Color #ccdffc

%30.04
%32.84
%37.11

CMYK Percentages of Color #ccdffc

%19
%12
%0
%1

Triadic Colors of #ccdffc

#ccdffc #fcccdf #dffccc

Analogous Colors of #ccdffc

#ccdffc #d1ccfc #ccf7fc

Monochromatic Colors of #ccdffc

#ccdffc

Complementary Color

#ccdffc #fce9cc

#ccdffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdffc Color CSS Codes

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

#ccdffc Text Font Color

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

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


#ccdffc Background Color

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

This div background color is #ccdffc


#ccdffc Border Color

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

This div border color is #ccdffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdffc


Comments

No comments written yet.

Please login to write comment.