Color Hex Logo

#ccd9df Color Hex

#CCD9DF
(204,217,223)
1 Favorites   0 Comments

Color spaces of #ccd9df

RGB 204217223
HSL0.550.230.84
HSV199°87°
CMYK 0.090.030.00   0.13
XYZ63.034067.790879.5747
Yxy67.79080.29960.3222
Hunter Lab82.3352-7.43090.3324
CIE-Lab85.9017-3.2025-4.4576

#ccd9df color RGB value is (204,217,223).

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

The process color (four color CMYK) of #ccd9df color hex is 0.09, 0.03, 0.00, 0.13. Web safe color of #ccd9df is #cccccc. Color #ccd9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 11011111
Octal 314 331 337
Decimal 204 217 223
Hex CC D9 DF

RGB Percentages of Color #ccd9df

%31.68
%33.70
%34.63

CMYK Percentages of Color #ccd9df

%9
%3
%0
%13

Triadic Colors of #ccd9df

#ccd9df #dfccd9 #d9dfcc

Analogous Colors of #ccd9df

#ccd9df #ccd0df #ccdfdc

Monochromatic Colors of #ccd9df

#ccd9df

Complementary Color

#ccd9df #dfd2cc

#ccd9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd9df Color CSS Codes

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

#ccd9df Text Font Color

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

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


#ccd9df Background Color

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

This div background color is #ccd9df


#ccd9df Border Color

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

This div border color is #ccd9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd9df


Comments

No comments written yet.

Please login to write comment.