Color Hex Logo

#ccdffa Color Hex

#CCDFFA
(204,223,250)
0 Favorites   0 Comments

Color spaces of #ccdffa

RGB 204223250
HSL0.600.820.89
HSV215°18°98°
CMYK 0.180.110.00   0.02
XYZ68.544872.5148100.8265
Yxy72.51480.28340.2998
Hunter Lab85.1556-5.3413-10.5920
CIE-Lab88.2158-0.8235-15.2579

#ccdffa color RGB value is (204,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11111010
Octal 314 337 372
Decimal 204 223 250
Hex CC DF FA

RGB Percentages of Color #ccdffa

%30.13
%32.94
%36.93

CMYK Percentages of Color #ccdffa

%18
%11
%0
%2

Triadic Colors of #ccdffa

#ccdffa #faccdf #dffacc

Analogous Colors of #ccdffa

#ccdffa #d0ccfa #ccf6fa

Monochromatic Colors of #ccdffa

#ccdffa

Complementary Color

#ccdffa #fae7cc

#ccdffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdffa Color CSS Codes

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

#ccdffa Text Font Color

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

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


#ccdffa Background Color

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

This div background color is #ccdffa


#ccdffa Border Color

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

This div border color is #ccdffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdffa


Comments

No comments written yet.

Please login to write comment.