Color Hex Logo

#ccdedf Color Hex

#CCDEDF
(204,222,223)
0 Favorites   0 Comments

Color spaces of #ccdedf

RGB 204222223
HSL0.510.230.84
HSV183°87°
CMYK 0.090.000.00   0.13
XYZ64.342470.407680.0109
Yxy70.40760.29960.3278
Hunter Lab83.9092-9.96572.2010
CIE-Lab87.1964-5.7867-2.5541

#ccdedf color RGB value is (204,222,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 11011111
Octal 314 336 337
Decimal 204 222 223
Hex CC DE DF

RGB Percentages of Color #ccdedf

%31.43
%34.21
%34.36

CMYK Percentages of Color #ccdedf

%9
%0
%0
%13

Triadic Colors of #ccdedf

#ccdedf #dfccde #dedfcc

Analogous Colors of #ccdedf

#ccdedf #ccd5df #ccdfd7

Monochromatic Colors of #ccdedf

#ccdedf

Complementary Color

#ccdedf #dfcdcc

#ccdedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdedf Color CSS Codes

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

#ccdedf Text Font Color

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

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


#ccdedf Background Color

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

This div background color is #ccdedf


#ccdedf Border Color

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

This div border color is #ccdedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdedf


Comments

No comments written yet.

Please login to write comment.