Color Hex Logo

#ccf1fa Color Hex

#CCF1FA
(204,241,250)
0 Favorites   0 Comments

Color spaces of #ccf1fa

RGB 204241250
HSL0.530.820.89
HSV192°18°98°
CMYK 0.180.040.00   0.02
XYZ73.612582.6501102.5158
Yxy82.65010.28450.3194
Hunter Lab90.9121-14.5628-3.2191
CIE-Lab92.8610-10.0577-8.3315

#ccf1fa color RGB value is (204,241,250).

#ccf1fa hex color red value is 204, green value is 241 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ccf1fa hue: 0.53 , saturation: 0.82 and the lightness value of ccf1fa is 0.89.

The process color (four color CMYK) of #ccf1fa color hex is 0.18, 0.04, 0.00, 0.02. Web safe color of #ccf1fa is #ccffff. Color #ccf1fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110001 11111010
Octal 314 361 372
Decimal 204 241 250
Hex CC F1 FA

RGB Percentages of Color #ccf1fa

%29.35
%34.68
%35.97

CMYK Percentages of Color #ccf1fa

%18
%4
%0
%2

Triadic Colors of #ccf1fa

#ccf1fa #faccf1 #f1facc

Analogous Colors of #ccf1fa

#ccf1fa #ccdafa #ccfaec

Monochromatic Colors of #ccf1fa

#ccf1fa

Complementary Color

#ccf1fa #fad5cc

#ccf1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf1fa Color CSS Codes

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

#ccf1fa Text Font Color

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

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


#ccf1fa Background Color

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

This div background color is #ccf1fa


#ccf1fa Border Color

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

This div border color is #ccf1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf1fa

Related Colors


Comments

No comments written yet.

Please login to write comment.