Color Hex Logo

#ccdffd Color Hex

#CCDFFD
(204,223,253)
0 Favorites   0 Comments

Color spaces of #ccdffd

RGB 204223253
HSL0.600.920.90
HSV217°19°99°
CMYK 0.190.120.00   0.01
XYZ69.019172.7046103.3242
Yxy72.70460.28170.2967
Hunter Lab85.2670-4.7310-12.1591
CIE-Lab88.3066-0.1832-16.6978

#ccdffd color RGB value is (204,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11111101
Octal 314 337 375
Decimal 204 223 253
Hex CC DF FD

RGB Percentages of Color #ccdffd

%30.00
%32.79
%37.21

CMYK Percentages of Color #ccdffd

%19
%12
%0
%1

Triadic Colors of #ccdffd

#ccdffd #fdccdf #dffdcc

Analogous Colors of #ccdffd

#ccdffd #d2ccfd #ccf8fd

Monochromatic Colors of #ccdffd

#ccdffd

Complementary Color

#ccdffd #fdeacc

#ccdffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdffd Color CSS Codes

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

#ccdffd Text Font Color

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

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


#ccdffd Background Color

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

This div background color is #ccdffd


#ccdffd Border Color

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

This div border color is #ccdffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdffd


Comments

No comments written yet.

Please login to write comment.