Color Hex Logo

#ccddf8 Color Hex

#CCDDF8
(204,221,248)
0 Favorites   0 Comments

Color spaces of #ccddf8

RGB 204221248
HSL0.600.760.89
HSV217°18°97°
CMYK 0.180.110.00   0.03
XYZ67.701671.327699.0063
Yxy71.32760.28440.2997
Hunter Lab84.4557-4.7077-10.3859
CIE-Lab87.6439-0.2047-15.0636

#ccddf8 color RGB value is (204,221,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 11111000
Octal 314 335 370
Decimal 204 221 248
Hex CC DD F8

RGB Percentages of Color #ccddf8

%30.31
%32.84
%36.85

CMYK Percentages of Color #ccddf8

%18
%11
%0
%3

Triadic Colors of #ccddf8

#ccddf8 #f8ccdd #ddf8cc

Analogous Colors of #ccddf8

#ccddf8 #d1ccf8 #ccf3f8

Monochromatic Colors of #ccddf8

#ccddf8

Complementary Color

#ccddf8 #f8e7cc

#ccddf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccddf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccddf8 Color CSS Codes

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

#ccddf8 Text Font Color

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

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


#ccddf8 Background Color

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

This div background color is #ccddf8


#ccddf8 Border Color

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

This div border color is #ccddf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccddf8


Comments

No comments written yet.

Please login to write comment.