Color Hex Logo

#ccfaff Color Hex

#CCFAFF
(204,250,255)
0 Favorites   0 Comments

Color spaces of #ccfaff

RGB 204250255
HSL0.521.000.90
HSV186°20°100°
CMYK 0.200.020.00   0.00
XYZ77.137488.4286107.6106
Yxy88.42860.28240.3237
Hunter Lab94.0365-18.1417-2.0229
CIE-Lab95.3411-13.5326-7.2504

#ccfaff color RGB value is (204,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 11111111
Octal 314 372 377
Decimal 204 250 255
Hex CC FA FF

RGB Percentages of Color #ccfaff

%28.77
%35.26
%35.97

CMYK Percentages of Color #ccfaff

%20
%2
%0
%0

Triadic Colors of #ccfaff

#ccfaff #ffccfa #faffcc

Analogous Colors of #ccfaff

#ccfaff #cce1ff #ccffeb

Monochromatic Colors of #ccfaff

#ccfaff

Complementary Color

#ccfaff #ffd1cc

#ccfaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfaff Color CSS Codes

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

#ccfaff Text Font Color

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

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


#ccfaff Background Color

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

This div background color is #ccfaff


#ccfaff Border Color

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

This div border color is #ccfaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfaff

Related Colors


Comments

No comments written yet.

Please login to write comment.