Color Hex Logo

#ccf5fc Color Hex

#CCF5FC
(204,245,252)
0 Favorites   0 Comments

Color spaces of #ccf5fc

RGB 204245252
HSL0.520.890.89
HSV189°19°99°
CMYK 0.190.030.00   0.01
XYZ75.124985.1705104.5755
Yxy85.17050.28360.3216
Hunter Lab92.2879-16.1998-2.5826
CIE-Lab93.9565-11.6563-7.7468

#ccf5fc color RGB value is (204,245,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 11111100
Octal 314 365 374
Decimal 204 245 252
Hex CC F5 FC

RGB Percentages of Color #ccf5fc

%29.10
%34.95
%35.95

CMYK Percentages of Color #ccf5fc

%19
%3
%0
%1

Triadic Colors of #ccf5fc

#ccf5fc #fcccf5 #f5fccc

Analogous Colors of #ccf5fc

#ccf5fc #ccddfc #ccfceb

Monochromatic Colors of #ccf5fc

#ccf5fc

Complementary Color

#ccf5fc #fcd3cc

#ccf5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf5fc Color CSS Codes

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

#ccf5fc Text Font Color

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

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


#ccf5fc Background Color

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

This div background color is #ccf5fc


#ccf5fc Border Color

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

This div border color is #ccf5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf5fc

Related Colors


Comments

No comments written yet.

Please login to write comment.