Color Hex Logo

#ccf2da Color Hex

#CCF2DA
(204,242,218)
0 Favorites   0 Comments

Color spaces of #ccf2da

RGB 204242218
HSL0.390.590.87
HSV142°16°95°
CMYK 0.160.000.10   0.05
XYZ69.308981.403678.3892
Yxy81.40360.30250.3553
Hunter Lab90.2239-20.770411.6439
CIE-Lab92.3110-16.81527.4919

#ccf2da color RGB value is (204,242,218).

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

The process color (four color CMYK) of #ccf2da color hex is 0.16, 0.00, 0.10, 0.05. Web safe color of #ccf2da is #ccffcc. Color #ccf2da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 11011010
Octal 314 362 332
Decimal 204 242 218
Hex CC F2 DA

RGB Percentages of Color #ccf2da

%30.72
%36.45
%32.83

CMYK Percentages of Color #ccf2da

%16
%0
%10
%5

Triadic Colors of #ccf2da

#ccf2da #daccf2 #f2dacc

Analogous Colors of #ccf2da

#ccf2da #ccf2ed #d1f2cc

Monochromatic Colors of #ccf2da

#ccf2da

Complementary Color

#ccf2da #f2cce4

#ccf2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf2da Color CSS Codes

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

#ccf2da Text Font Color

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

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


#ccf2da Background Color

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

This div background color is #ccf2da


#ccf2da Border Color

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

This div border color is #ccf2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf2da


Comments

No comments written yet.

Please login to write comment.