Color Hex Logo

#ccdfe0 Color Hex

#CCDFE0
(204,223,224)
0 Favorites   0 Comments

Color spaces of #ccdfe0

RGB 204223224
HSL0.510.240.84
HSV183°88°
CMYK 0.090.000.00   0.12
XYZ64.744170.994580.8119
Yxy70.99450.29900.3278
Hunter Lab84.2582-10.29242.1158
CIE-Lab87.4823-6.1074-2.6613

#ccdfe0 color RGB value is (204,223,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11100000
Octal 314 337 340
Decimal 204 223 224
Hex CC DF E0

RGB Percentages of Color #ccdfe0

%31.34
%34.25
%34.41

CMYK Percentages of Color #ccdfe0

%9
%0
%0
%12

Triadic Colors of #ccdfe0

#ccdfe0 #e0ccdf #dfe0cc

Analogous Colors of #ccdfe0

#ccdfe0 #ccd5e0 #cce0d7

Monochromatic Colors of #ccdfe0

#ccdfe0

Complementary Color

#ccdfe0 #e0cdcc

#ccdfe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfe0 Color CSS Codes

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

#ccdfe0 Text Font Color

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

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


#ccdfe0 Background Color

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

This div background color is #ccdfe0


#ccdfe0 Border Color

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

This div border color is #ccdfe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfe0

#ccdfe0 Color Palettes


Comments

No comments written yet.

Please login to write comment.