Color Hex Logo

#ccdff9 Color Hex

#CCDFF9
(204,223,249)
0 Favorites   0 Comments

Color spaces of #ccdff9

RGB 204223249
HSL0.600.790.89
HSV215°18°98°
CMYK 0.180.100.00   0.02
XYZ68.388472.4523100.0028
Yxy72.45230.28400.3008
Hunter Lab85.1189-5.5431-10.0742
CIE-Lab88.1858-1.0356-14.7772

#ccdff9 color RGB value is (204,223,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11111001
Octal 314 337 371
Decimal 204 223 249
Hex CC DF F9

RGB Percentages of Color #ccdff9

%30.18
%32.99
%36.83

CMYK Percentages of Color #ccdff9

%18
%10
%0
%2

Triadic Colors of #ccdff9

#ccdff9 #f9ccdf #dff9cc

Analogous Colors of #ccdff9

#ccdff9 #d0ccf9 #ccf6f9

Monochromatic Colors of #ccdff9

#ccdff9

Complementary Color

#ccdff9 #f9e6cc

#ccdff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdff9 Color CSS Codes

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

#ccdff9 Text Font Color

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

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


#ccdff9 Background Color

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

This div background color is #ccdff9


#ccdff9 Border Color

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

This div border color is #ccdff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdff9


Comments

No comments written yet.

Please login to write comment.