Color Hex Logo

#ccdafe Color Hex

#CCDAFE
(204,218,254)
0 Favorites   0 Comments

Color spaces of #ccdafe

RGB 204218254
HSL0.620.960.90
HSV223°20°100°
CMYK 0.200.140.00   0.00
XYZ67.862670.1359103.7268
Yxy70.13590.28070.2901
Hunter Lab83.7472-1.9142-14.8118
CIE-Lab87.06352.6509-19.0961

#ccdafe color RGB value is (204,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 11111110
Octal 314 332 376
Decimal 204 218 254
Hex CC DA FE

RGB Percentages of Color #ccdafe

%30.18
%32.25
%37.57

CMYK Percentages of Color #ccdafe

%20
%14
%0
%0

Triadic Colors of #ccdafe

#ccdafe #feccda #dafecc

Analogous Colors of #ccdafe

#ccdafe #d7ccfe #ccf3fe

Monochromatic Colors of #ccdafe

#ccdafe

Complementary Color

#ccdafe #fef0cc

#ccdafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdafe Color CSS Codes

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

#ccdafe Text Font Color

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

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


#ccdafe Background Color

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

This div background color is #ccdafe


#ccdafe Border Color

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

This div border color is #ccdafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdafe


Comments

No comments written yet.

Please login to write comment.