Color Hex Logo

#ccf8fa Color Hex

#CCF8FA
(204,248,250)
0 Favorites   0 Comments

Color spaces of #ccf8fa

RGB 204248250
HSL0.510.820.89
HSV183°18°98°
CMYK 0.180.010.00   0.02
XYZ75.724686.8743103.2198
Yxy86.87430.28490.3268
Hunter Lab93.2064-18.0906-0.4152
CIE-Lab94.6849-13.5690-5.6346

#ccf8fa color RGB value is (204,248,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111000 11111010
Octal 314 370 372
Decimal 204 248 250
Hex CC F8 FA

RGB Percentages of Color #ccf8fa

%29.06
%35.33
%35.61

CMYK Percentages of Color #ccf8fa

%18
%1
%0
%2

Triadic Colors of #ccf8fa

#ccf8fa #faccf8 #f8facc

Analogous Colors of #ccf8fa

#ccf8fa #cce1fa #ccfae5

Monochromatic Colors of #ccf8fa

#ccf8fa

Complementary Color

#ccf8fa #facecc

#ccf8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf8fa Color CSS Codes

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

#ccf8fa Text Font Color

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

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


#ccf8fa Background Color

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

This div background color is #ccf8fa


#ccf8fa Border Color

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

This div border color is #ccf8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf8fa


Comments

No comments written yet.

Please login to write comment.