Color Hex Logo

#ccddf3 Color Hex

#CCDDF3
(204,221,243)
0 Favorites   0 Comments

Color spaces of #ccddf3

RGB 204221243
HSL0.590.620.88
HSV214°16°95°
CMYK 0.160.090.00   0.05
XYZ66.936071.021394.9746
Yxy71.02130.28740.3049
Hunter Lab84.2741-5.7034-7.8263
CIE-Lab87.4954-1.2539-12.6532

#ccddf3 color RGB value is (204,221,243).

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

The process color (four color CMYK) of #ccddf3 color hex is 0.16, 0.09, 0.00, 0.05. Web safe color of #ccddf3 is #ccccff. Color #ccddf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 11110011
Octal 314 335 363
Decimal 204 221 243
Hex CC DD F3

RGB Percentages of Color #ccddf3

%30.54
%33.08
%36.38

CMYK Percentages of Color #ccddf3

%16
%9
%0
%5

Triadic Colors of #ccddf3

#ccddf3 #f3ccdd #ddf3cc

Analogous Colors of #ccddf3

#ccddf3 #cfccf3 #ccf1f3

Monochromatic Colors of #ccddf3

#ccddf3

Complementary Color

#ccddf3 #f3e2cc

#ccddf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccddf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccddf3 Color CSS Codes

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

#ccddf3 Text Font Color

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

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


#ccddf3 Background Color

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

This div background color is #ccddf3


#ccddf3 Border Color

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

This div border color is #ccddf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccddf3


Comments

No comments written yet.

Please login to write comment.