Color Hex Logo

#ccf9dc Color Hex

#CCF9DC
(204,249,220)
0 Favorites   0 Comments

Color spaces of #ccf9dc

RGB 204249220
HSL0.390.790.89
HSV141°18°98°
CMYK 0.180.000.12   0.02
XYZ71.695885.756080.4839
Yxy85.75600.30130.3604
Hunter Lab92.6045-23.860613.2934
CIE-Lab94.2079-19.88369.1799

#ccf9dc color RGB value is (204,249,220).

#ccf9dc hex color red value is 204, green value is 249 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ccf9dc hue: 0.39 , saturation: 0.79 and the lightness value of ccf9dc is 0.89.

The process color (four color CMYK) of #ccf9dc color hex is 0.18, 0.00, 0.12, 0.02. Web safe color of #ccf9dc is #ccffcc. Color #ccf9dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 11011100
Octal 314 371 334
Decimal 204 249 220
Hex CC F9 DC

RGB Percentages of Color #ccf9dc

%30.31
%37.00
%32.69

CMYK Percentages of Color #ccf9dc

%18
%0
%12
%2

Triadic Colors of #ccf9dc

#ccf9dc #dcccf9 #f9dccc

Analogous Colors of #ccf9dc

#ccf9dc #ccf9f3 #d3f9cc

Monochromatic Colors of #ccf9dc

#ccf9dc

Complementary Color

#ccf9dc #f9cce9

#ccf9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf9dc Color CSS Codes

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

#ccf9dc Text Font Color

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

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


#ccf9dc Background Color

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

This div background color is #ccf9dc


#ccf9dc Border Color

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

This div border color is #ccf9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf9dc

Related Colors


Comments

No comments written yet.

Please login to write comment.