Color Hex Logo

#ccdffe Color Hex

#CCDFFE
(204,223,254)
0 Favorites   0 Comments

Color spaces of #ccdffe

RGB 204223254
HSL0.600.960.90
HSV217°20°100°
CMYK 0.200.120.00   0.00
XYZ69.178972.7685104.1655
Yxy72.76850.28110.2957
Hunter Lab85.3045-4.5256-12.6861
CIE-Lab88.33720.0317-17.1771

#ccdffe color RGB value is (204,223,254).

#ccdffe hex color red value is 204, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ccdffe hue: 0.60 , saturation: 0.96 and the lightness value of ccdffe is 0.90.

The process color (four color CMYK) of #ccdffe color hex is 0.20, 0.12, 0.00, 0.00. Web safe color of #ccdffe is #ccccff. Color #ccdffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11111110
Octal 314 337 376
Decimal 204 223 254
Hex CC DF FE

RGB Percentages of Color #ccdffe

%29.96
%32.75
%37.30

CMYK Percentages of Color #ccdffe

%20
%12
%0
%0

Triadic Colors of #ccdffe

#ccdffe #feccdf #dffecc

Analogous Colors of #ccdffe

#ccdffe #d2ccfe #ccf8fe

Monochromatic Colors of #ccdffe

#ccdffe

Complementary Color

#ccdffe #feebcc

#ccdffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdffe Color CSS Codes

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

#ccdffe Text Font Color

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

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


#ccdffe Background Color

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

This div background color is #ccdffe


#ccdffe Border Color

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

This div border color is #ccdffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdffe


Comments

No comments written yet.

Please login to write comment.