Color Hex Logo

#ccddf7 Color Hex

#CCDDF7
(204,221,247)
0 Favorites   0 Comments

Color spaces of #ccddf7

RGB 204221247
HSL0.600.730.88
HSV216°17°97°
CMYK 0.170.110.00   0.03
XYZ67.546871.265798.1912
Yxy71.26570.28500.3007
Hunter Lab84.4190-4.9088-9.8693
CIE-Lab87.6139-0.4160-14.5821

#ccddf7 color RGB value is (204,221,247).

#ccddf7 hex color red value is 204, green value is 221 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ccddf7 hue: 0.60 , saturation: 0.73 and the lightness value of ccddf7 is 0.88.

The process color (four color CMYK) of #ccddf7 color hex is 0.17, 0.11, 0.00, 0.03. Web safe color of #ccddf7 is #ccccff. Color #ccddf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 11110111
Octal 314 335 367
Decimal 204 221 247
Hex CC DD F7

RGB Percentages of Color #ccddf7

%30.36
%32.89
%36.76

CMYK Percentages of Color #ccddf7

%17
%11
%0
%3

Triadic Colors of #ccddf7

#ccddf7 #f7ccdd #ddf7cc

Analogous Colors of #ccddf7

#ccddf7 #d1ccf7 #ccf3f7

Monochromatic Colors of #ccddf7

#ccddf7

Complementary Color

#ccddf7 #f7e6cc

#ccddf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccddf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccddf7 Color CSS Codes

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

#ccddf7 Text Font Color

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

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


#ccddf7 Background Color

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

This div background color is #ccddf7


#ccddf7 Border Color

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

This div border color is #ccddf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccddf7

Related Colors

#ccddf7 Color Palettes


Comments

No comments written yet.

Please login to write comment.