Color Hex Logo

#ccfffe Color Hex

#CCFFFE
(204,255,254)
0 Favorites   0 Comments

Color spaces of #ccfffe

RGB 204255254
HSL0.501.000.90
HSV179°20°100°
CMYK 0.200.000.00   0.00
XYZ78.551291.5131107.2896
Yxy91.51310.28320.3300
Hunter Lab95.6625-20.83790.4674
CIE-Lab96.6209-16.2169-4.8456

#ccfffe color RGB value is (204,255,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 11111110
Octal 314 377 376
Decimal 204 255 254
Hex CC FF FE

RGB Percentages of Color #ccfffe

%28.61
%35.76
%35.62

CMYK Percentages of Color #ccfffe

%20
%0
%0
%0

Triadic Colors of #ccfffe

#ccfffe #feccff #fffecc

Analogous Colors of #ccfffe

#ccfffe #cce7ff #ccffe5

Monochromatic Colors of #ccfffe

#ccfffe

Complementary Color

#ccfffe #ffcccd

#ccfffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfffe Color CSS Codes

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

#ccfffe Text Font Color

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

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


#ccfffe Background Color

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

This div background color is #ccfffe


#ccfffe Border Color

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

This div border color is #ccfffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfffe

Related Colors

#ccfffe Color Palettes


Comments

No comments written yet.

Please login to write comment.