Color Hex Logo

#ccdfdd Color Hex

#CCDFDD
(204,223,221)
2 Favorites   0 Comments

Color spaces of #ccdfdd

RGB 204223221
HSL0.480.230.84
HSV174°87°
CMYK 0.090.000.01   0.13
XYZ64.340770.833278.6877
Yxy70.83320.30090.3312
Hunter Lab84.1625-10.82423.4805
CIE-Lab87.4039-6.6850-1.1958

#ccdfdd color RGB value is (204,223,221).

#ccdfdd hex color red value is 204, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ccdfdd hue: 0.48 , saturation: 0.23 and the lightness value of ccdfdd is 0.84.

The process color (four color CMYK) of #ccdfdd color hex is 0.09, 0.00, 0.01, 0.13. Web safe color of #ccdfdd is #cccccc. Color #ccdfdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11011101
Octal 314 337 335
Decimal 204 223 221
Hex CC DF DD

RGB Percentages of Color #ccdfdd

%31.48
%34.41
%34.10

CMYK Percentages of Color #ccdfdd

%9
%0
%1
%13

Triadic Colors of #ccdfdd

#ccdfdd #ddccdf #dfddcc

Analogous Colors of #ccdfdd

#ccdfdd #ccd8df #ccdfd4

Monochromatic Colors of #ccdfdd

#ccdfdd

Complementary Color

#ccdfdd #dfccce

#ccdfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfdd Color CSS Codes

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

#ccdfdd Text Font Color

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

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


#ccdfdd Background Color

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

This div background color is #ccdfdd


#ccdfdd Border Color

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

This div border color is #ccdfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfdd

#ccdfdd Color Palettes


Comments

No comments written yet.

Please login to write comment.