Color Hex Logo

#ccf9ff Color Hex

#CCF9FF
(204,249,255)
0 Favorites   0 Comments

Color spaces of #ccf9ff

RGB 204249255
HSL0.521.000.90
HSV187°20°100°
CMYK 0.200.020.00   0.00
XYZ76.827587.8087107.5073
Yxy87.80870.28230.3227
Hunter Lab93.7063-17.6382-2.4278
CIE-Lab95.0803-13.0339-7.6363

#ccf9ff color RGB value is (204,249,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 11111111
Octal 314 371 377
Decimal 204 249 255
Hex CC F9 FF

RGB Percentages of Color #ccf9ff

%28.81
%35.17
%36.02

CMYK Percentages of Color #ccf9ff

%20
%2
%0
%0

Triadic Colors of #ccf9ff

#ccf9ff #ffccf9 #f9ffcc

Analogous Colors of #ccf9ff

#ccf9ff #cce0ff #ccffec

Monochromatic Colors of #ccf9ff

#ccf9ff

Complementary Color

#ccf9ff #ffd2cc

#ccf9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf9ff Color CSS Codes

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

#ccf9ff Text Font Color

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

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


#ccf9ff Background Color

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

This div background color is #ccf9ff


#ccf9ff Border Color

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

This div border color is #ccf9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf9ff

Related Colors


Comments

No comments written yet.

Please login to write comment.