Color Hex Logo

#ccccdf Color Hex

#CCCCDF
(204,204,223)
0 Favorites   0 Comments

Color spaces of #ccccdf

RGB 204204223
HSL0.670.230.84
HSV240°87°
CMYK 0.090.090.00   0.13
XYZ59.814061.350878.5014
Yxy61.35080.29960.3073
Hunter Lab78.3268-0.7608-4.5935
CIE-Lab82.56703.6167-9.3936

#ccccdf color RGB value is (204,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11011111
Octal 314 314 337
Decimal 204 204 223
Hex CC CC DF

RGB Percentages of Color #ccccdf

%32.33
%32.33
%35.34

CMYK Percentages of Color #ccccdf

%9
%9
%0
%13

Triadic Colors of #ccccdf

#ccccdf #dfcccc #ccdfcc

Analogous Colors of #ccccdf

#ccccdf #d6ccdf #ccd6df

Monochromatic Colors of #ccccdf

#ccccdf

Complementary Color

#ccccdf #dfdfcc

#ccccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccdf Color CSS Codes

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

#ccccdf Text Font Color

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

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


#ccccdf Background Color

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

This div background color is #ccccdf


#ccccdf Border Color

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

This div border color is #ccccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccdf


Comments

No comments written yet.

Please login to write comment.