Color Hex Logo

#ccfcd8 Color Hex

#CCFCD8
(204,252,216)
0 Favorites   0 Comments

Color spaces of #ccfcd8

RGB 204252216
HSL0.380.890.89
HSV135°19°99°
CMYK 0.190.000.14   0.01
XYZ72.106987.416078.0383
Yxy87.41600.30350.3680
Hunter Lab93.4965-25.955215.9603
CIE-Lab94.9145-22.060812.2486

#ccfcd8 color RGB value is (204,252,216).

#ccfcd8 hex color red value is 204, green value is 252 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ccfcd8 hue: 0.38 , saturation: 0.89 and the lightness value of ccfcd8 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 11011000
Octal 314 374 330
Decimal 204 252 216
Hex CC FC D8

RGB Percentages of Color #ccfcd8

%30.36
%37.50
%32.14

CMYK Percentages of Color #ccfcd8

%19
%0
%14
%1

Triadic Colors of #ccfcd8

#ccfcd8 #d8ccfc #fcd8cc

Analogous Colors of #ccfcd8

#ccfcd8 #ccfcf0 #d8fccc

Monochromatic Colors of #ccfcd8

#ccfcd8

Complementary Color

#ccfcd8 #fcccf0

#ccfcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfcd8 Color CSS Codes

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

#ccfcd8 Text Font Color

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

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


#ccfcd8 Background Color

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

This div background color is #ccfcd8


#ccfcd8 Border Color

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

This div border color is #ccfcd8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,252,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 #ccfcd8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfcd8

Related Colors


Comments

No comments written yet.

Please login to write comment.