Color Hex Logo

#ccf6da Color Hex

#CCF6DA
(204,246,218)
0 Favorites   0 Comments

Color spaces of #ccf6da

RGB 204246218
HSL0.390.700.88
HSV140°17°96°
CMYK 0.170.000.11   0.04
XYZ70.512583.810978.7904
Yxy83.81090.30250.3595
Hunter Lab91.5483-22.724913.0563
CIE-Lab93.3683-18.78249.0096

#ccf6da color RGB value is (204,246,218).

#ccf6da hex color red value is 204, green value is 246 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ccf6da hue: 0.39 , saturation: 0.70 and the lightness value of ccf6da is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110110 11011010
Octal 314 366 332
Decimal 204 246 218
Hex CC F6 DA

RGB Percentages of Color #ccf6da

%30.54
%36.83
%32.63

CMYK Percentages of Color #ccf6da

%17
%0
%11
%4

Triadic Colors of #ccf6da

#ccf6da #daccf6 #f6dacc

Analogous Colors of #ccf6da

#ccf6da #ccf6ef #d3f6cc

Monochromatic Colors of #ccf6da

#ccf6da

Complementary Color

#ccf6da #f6cce8

#ccf6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf6da Color CSS Codes

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

#ccf6da Text Font Color

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

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


#ccf6da Background Color

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

This div background color is #ccf6da


#ccf6da Border Color

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

This div border color is #ccf6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf6da


Comments

No comments written yet.

Please login to write comment.