Color Hex Logo

#ccdfda Color Hex

#CCDFDA
(204,223,218)
0 Favorites   0 Comments

Color spaces of #ccdfda

RGB 204223218
HSL0.460.230.84
HSV164°87°
CMYK 0.090.000.02   0.13
XYZ63.944470.674776.6010
Yxy70.67470.30270.3346
Hunter Lab84.0682-11.34794.8241
CIE-Lab87.3267-7.25550.2718

#ccdfda color RGB value is (204,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11011010
Octal 314 337 332
Decimal 204 223 218
Hex CC DF DA

RGB Percentages of Color #ccdfda

%31.63
%34.57
%33.80

CMYK Percentages of Color #ccdfda

%9
%0
%2
%13

Triadic Colors of #ccdfda

#ccdfda #daccdf #dfdacc

Analogous Colors of #ccdfda

#ccdfda #ccdbdf #ccdfd1

Monochromatic Colors of #ccdfda

#ccdfda

Complementary Color

#ccdfda #dfccd1

#ccdfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfda Color CSS Codes

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

#ccdfda Text Font Color

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

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


#ccdfda Background Color

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

This div background color is #ccdfda


#ccdfda Border Color

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

This div border color is #ccdfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfda

#ccdfda Color Palettes


Comments

No comments written yet.

Please login to write comment.