Color Hex Logo

#ccffd8 Color Hex

#CCFFD8
(204,255,216)
0 Favorites   0 Comments

Color spaces of #ccffd8

RGB 204255216
HSL0.371.000.90
HSV134°20°100°
CMYK 0.200.000.15   0.00
XYZ73.056589.315278.3548
Yxy89.31520.30350.3710
Hunter Lab94.5067-27.401016.9978
CIE-Lab95.7120-23.505213.3819

#ccffd8 color RGB value is (204,255,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 11011000
Octal 314 377 330
Decimal 204 255 216
Hex CC FF D8

RGB Percentages of Color #ccffd8

%30.22
%37.78
%32.00

CMYK Percentages of Color #ccffd8

%20
%0
%15
%0

Triadic Colors of #ccffd8

#ccffd8 #d8ccff #ffd8cc

Analogous Colors of #ccffd8

#ccffd8 #ccfff2 #daffcc

Monochromatic Colors of #ccffd8

#ccffd8

Complementary Color

#ccffd8 #ffccf3

#ccffd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffd8 Color CSS Codes

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

#ccffd8 Text Font Color

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

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


#ccffd8 Background Color

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

This div background color is #ccffd8


#ccffd8 Border Color

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

This div border color is #ccffd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffd8

#ccffd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.