Color Hex Logo

#ccf5ff Color Hex

#CCF5FF
(204,245,255)
0 Favorites   0 Comments

Color spaces of #ccf5ff

RGB 204245255
HSL0.531.000.90
HSV192°20°100°
CMYK 0.200.040.00   0.00
XYZ75.604285.3622107.0995
Yxy85.36220.28200.3184
Hunter Lab92.3917-15.6187-4.0542
CIE-Lab94.0390-11.0306-9.1796

#ccf5ff color RGB value is (204,245,255).

#ccf5ff hex color red value is 204, green value is 245 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ccf5ff hue: 0.53 , saturation: 1.00 and the lightness value of ccf5ff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 11111111
Octal 314 365 377
Decimal 204 245 255
Hex CC F5 FF

RGB Percentages of Color #ccf5ff

%28.98
%34.80
%36.22

CMYK Percentages of Color #ccf5ff

%20
%4
%0
%0

Triadic Colors of #ccf5ff

#ccf5ff #ffccf5 #f5ffcc

Analogous Colors of #ccf5ff

#ccf5ff #ccdcff #ccfff0

Monochromatic Colors of #ccf5ff

#ccf5ff

Complementary Color

#ccf5ff #ffd6cc

#ccf5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf5ff Color CSS Codes

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

#ccf5ff Text Font Color

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

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


#ccf5ff Background Color

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

This div background color is #ccf5ff


#ccf5ff Border Color

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

This div border color is #ccf5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf5ff

Related Colors

#ccf5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.