Color Hex Logo

#ccffe2 Color Hex

#CCFFE2
(204,255,226)
0 Favorites   0 Comments

Color spaces of #ccffe2

RGB 204255226
HSL0.411.000.90
HSV146°20°100°
CMYK 0.200.000.11   0.00
XYZ74.389389.848485.3732
Yxy89.84840.29800.3600
Hunter Lab94.7884-25.794112.9511
CIE-Lab95.9338-21.69318.5655

#ccffe2 color RGB value is (204,255,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 11100010
Octal 314 377 342
Decimal 204 255 226
Hex CC FF E2

RGB Percentages of Color #ccffe2

%29.78
%37.23
%32.99

CMYK Percentages of Color #ccffe2

%20
%0
%11
%0

Triadic Colors of #ccffe2

#ccffe2 #e2ccff #ffe2cc

Analogous Colors of #ccffe2

#ccffe2 #ccfffc #d0ffcc

Monochromatic Colors of #ccffe2

#ccffe2

Complementary Color

#ccffe2 #ffcce9

#ccffe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffe2 Color CSS Codes

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

#ccffe2 Text Font Color

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

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


#ccffe2 Background Color

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

This div background color is #ccffe2


#ccffe2 Border Color

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

This div border color is #ccffe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffe2

Related Colors

#ccffe2 Color Palettes


Comments

No comments written yet.

Please login to write comment.