Color Hex Logo

#ccffff Color Hex

#CCFFFF
(204,255,255)
34 Favorites   0 Comments

Color spaces of #ccffff

RGB 204255255
HSL0.501.000.90
HSV180°20°100°
CMYK 0.200.000.00   0.00
XYZ78.711891.5774108.1354
Yxy91.57740.28270.3289
Hunter Lab95.6961-20.6486-0.0097
CIE-Lab96.6473-16.0110-5.3217

#ccffff color RGB value is (204,255,255). This hex color code is also a web safe color which is equal to #CFF.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 11111111
Octal 314 377 377
Decimal 204 255 255
Hex CC FF FF

RGB Percentages of Color #ccffff

%28.57
%35.71
%35.71

CMYK Percentages of Color #ccffff

%20
%0
%0
%0

Triadic Colors of #ccffff

#ccffff #ffccff #ffffcc

Analogous Colors of #ccffff

#ccffff #cce6ff #ccffe6

Monochromatic Colors of #ccffff

#ccffff

Complementary Color

#ccffff #ffcccc

#ccffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffff Color CSS Codes

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

#ccffff Text Font Color

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

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


#ccffff Background Color

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

This div background color is #ccffff


#ccffff Border Color

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

This div border color is #ccffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffff

Related Colors


Comments

No comments written yet.

Please login to write comment.