Color Hex Logo

#ccdefa Color Hex

#CCDEFA
(204,222,250)
0 Favorites   0 Comments

Color spaces of #ccdefa

RGB 204222250
HSL0.600.820.89
HSV217°18°98°
CMYK 0.180.110.00   0.02
XYZ68.278471.9820100.7377
Yxy71.98200.28330.2987
Hunter Lab84.8422-4.8225-11.0087
CIE-Lab87.9599-0.3022-15.6418

#ccdefa color RGB value is (204,222,250).

#ccdefa hex color red value is 204, green value is 222 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ccdefa hue: 0.60 , saturation: 0.82 and the lightness value of ccdefa is 0.89.

The process color (four color CMYK) of #ccdefa color hex is 0.18, 0.11, 0.00, 0.02. Web safe color of #ccdefa is #ccccff. Color #ccdefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 11111010
Octal 314 336 372
Decimal 204 222 250
Hex CC DE FA

RGB Percentages of Color #ccdefa

%30.18
%32.84
%36.98

CMYK Percentages of Color #ccdefa

%18
%11
%0
%2

Triadic Colors of #ccdefa

#ccdefa #faccde #defacc

Analogous Colors of #ccdefa

#ccdefa #d1ccfa #ccf5fa

Monochromatic Colors of #ccdefa

#ccdefa

Complementary Color

#ccdefa #fae8cc

#ccdefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdefa Color CSS Codes

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

#ccdefa Text Font Color

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

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


#ccdefa Background Color

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

This div background color is #ccdefa


#ccdefa Border Color

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

This div border color is #ccdefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdefa


Comments

No comments written yet.

Please login to write comment.