Color Hex Logo

#ccf9fc Color Hex

#CCF9FC
(204,249,252)
0 Favorites   0 Comments

Color spaces of #ccf9fc

RGB 204249252
HSL0.510.890.89
HSV184°19°99°
CMYK 0.190.010.00   0.01
XYZ76.348287.6170104.9833
Yxy87.61700.28390.3258
Hunter Lab93.6040-18.2131-0.9751
CIE-Lab94.9994-13.6558-6.2049

#ccf9fc color RGB value is (204,249,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 11111100
Octal 314 371 374
Decimal 204 249 252
Hex CC F9 FC

RGB Percentages of Color #ccf9fc

%28.94
%35.32
%35.74

CMYK Percentages of Color #ccf9fc

%19
%1
%0
%1

Triadic Colors of #ccf9fc

#ccf9fc #fcccf9 #f9fccc

Analogous Colors of #ccf9fc

#ccf9fc #cce1fc #ccfce7

Monochromatic Colors of #ccf9fc

#ccf9fc

Complementary Color

#ccf9fc #fccfcc

#ccf9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf9fc Color CSS Codes

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

#ccf9fc Text Font Color

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

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


#ccf9fc Background Color

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

This div background color is #ccf9fc


#ccf9fc Border Color

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

This div border color is #ccf9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf9fc


Comments

No comments written yet.

Please login to write comment.