Color Hex Logo

#ccffde Color Hex

#CCFFDE
(204,255,222)
0 Favorites   0 Comments

Color spaces of #ccffde

RGB 204255222
HSL0.391.000.90
HSV141°20°100°
CMYK 0.200.000.13   0.00
XYZ73.846789.631382.5157
Yxy89.63130.30020.3644
Hunter Lab94.6738-26.447014.5957
CIE-Lab95.8436-22.427210.4909

#ccffde color RGB value is (204,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 11011110
Octal 314 377 336
Decimal 204 255 222
Hex CC FF DE

RGB Percentages of Color #ccffde

%29.96
%37.44
%32.60

CMYK Percentages of Color #ccffde

%20
%0
%13
%0

Triadic Colors of #ccffde

#ccffde #deccff #ffdecc

Analogous Colors of #ccffde

#ccffde #ccfff8 #d4ffcc

Monochromatic Colors of #ccffde

#ccffde

Complementary Color

#ccffde #ffcced

#ccffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffde Color CSS Codes

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

#ccffde Text Font Color

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

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


#ccffde Background Color

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

This div background color is #ccffde


#ccffde Border Color

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

This div border color is #ccffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffde

Related Colors


Comments

No comments written yet.

Please login to write comment.