Color Hex Logo

#ccffce Color Hex

#CCFFCE
(204,255,206)
0 Favorites   0 Comments

Color spaces of #ccffce

RGB 204255206
HSL0.341.000.90
HSV122°20°100°
CMYK 0.200.000.19   0.00
XYZ71.802488.813671.7509
Yxy88.81360.30900.3822
Hunter Lab94.2410-28.922220.8279
CIE-Lab95.5025-25.238018.2043

#ccffce color RGB value is (204,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 11001110
Octal 314 377 316
Decimal 204 255 206
Hex CC FF CE

RGB Percentages of Color #ccffce

%30.68
%38.35
%30.98

CMYK Percentages of Color #ccffce

%20
%0
%19
%0

Triadic Colors of #ccffce

#ccffce #ceccff #ffcecc

Analogous Colors of #ccffce

#ccffce #ccffe8 #e4ffcc

Monochromatic Colors of #ccffce

#ccffce

Complementary Color

#ccffce #ffccfd

#ccffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffce Color CSS Codes

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

#ccffce Text Font Color

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

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


#ccffce Background Color

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

This div background color is #ccffce


#ccffce Border Color

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

This div border color is #ccffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffce


Comments

No comments written yet.

Please login to write comment.