Color Hex Logo

#ccdff1 Color Hex

#CCDFF1
(204,223,241)
0 Favorites   0 Comments

Color spaces of #ccdff1

RGB 204223241
HSL0.580.570.87
HSV209°15°95°
CMYK 0.150.070.00   0.05
XYZ67.166771.963693.5694
Yxy71.96360.28860.3093
Hunter Lab84.8314-7.1244-6.0152
CIE-Lab87.9511-2.7077-10.9203

#ccdff1 color RGB value is (204,223,241).

#ccdff1 hex color red value is 204, green value is 223 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ccdff1 hue: 0.58 , saturation: 0.57 and the lightness value of ccdff1 is 0.87.

The process color (four color CMYK) of #ccdff1 color hex is 0.15, 0.07, 0.00, 0.05. Web safe color of #ccdff1 is #ccccff. Color #ccdff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11110001
Octal 314 337 361
Decimal 204 223 241
Hex CC DF F1

RGB Percentages of Color #ccdff1

%30.54
%33.38
%36.08

CMYK Percentages of Color #ccdff1

%15
%7
%0
%5

Triadic Colors of #ccdff1

#ccdff1 #f1ccdf #dff1cc

Analogous Colors of #ccdff1

#ccdff1 #cccdf1 #ccf1f1

Monochromatic Colors of #ccdff1

#ccdff1

Complementary Color

#ccdff1 #f1decc

#ccdff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdff1 Color CSS Codes

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

#ccdff1 Text Font Color

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

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


#ccdff1 Background Color

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

This div background color is #ccdff1


#ccdff1 Border Color

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

This div border color is #ccdff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdff1

#ccdff1 Color Palettes


Comments

No comments written yet.

Please login to write comment.