Color Hex Logo

#ccdff7 Color Hex

#CCDFF7
(204,223,247)
0 Favorites   0 Comments

Color spaces of #ccdff7

RGB 204223247
HSL0.590.730.88
HSV213°17°97°
CMYK 0.170.100.00   0.03
XYZ68.078072.328198.3683
Yxy72.32810.28510.3029
Hunter Lab85.0459-5.9438-9.0456
CIE-Lab88.1263-1.4578-13.8149

#ccdff7 color RGB value is (204,223,247).

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

The process color (four color CMYK) of #ccdff7 color hex is 0.17, 0.10, 0.00, 0.03. Web safe color of #ccdff7 is #ccccff. Color #ccdff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11110111
Octal 314 337 367
Decimal 204 223 247
Hex CC DF F7

RGB Percentages of Color #ccdff7

%30.27
%33.09
%36.65

CMYK Percentages of Color #ccdff7

%17
%10
%0
%3

Triadic Colors of #ccdff7

#ccdff7 #f7ccdf #dff7cc

Analogous Colors of #ccdff7

#ccdff7 #cfccf7 #ccf5f7

Monochromatic Colors of #ccdff7

#ccdff7

Complementary Color

#ccdff7 #f7e4cc

#ccdff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdff7 Color CSS Codes

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

#ccdff7 Text Font Color

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

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


#ccdff7 Background Color

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

This div background color is #ccdff7


#ccdff7 Border Color

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

This div border color is #ccdff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdff7


Comments

No comments written yet.

Please login to write comment.