Color Hex Logo

#ccd3fd Color Hex

#CCD3FD
(204,211,253)
0 Favorites   0 Comments

Color spaces of #ccd3fd

RGB 204211253
HSL0.640.920.90
HSV231°19°99°
CMYK 0.190.170.00   0.01
XYZ65.925766.5177102.2931
Yxy66.51770.28080.2834
Hunter Lab81.55841.5589-17.2725
CIE-Lab85.25986.1327-21.2950

#ccd3fd color RGB value is (204,211,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 11111101
Octal 314 323 375
Decimal 204 211 253
Hex CC D3 FD

RGB Percentages of Color #ccd3fd

%30.54
%31.59
%37.87

CMYK Percentages of Color #ccd3fd

%19
%17
%0
%1

Triadic Colors of #ccd3fd

#ccd3fd #fdccd3 #d3fdcc

Analogous Colors of #ccd3fd

#ccd3fd #deccfd #ccecfd

Monochromatic Colors of #ccd3fd

#ccd3fd

Complementary Color

#ccd3fd #fdf6cc

#ccd3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd3fd Color CSS Codes

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

#ccd3fd Text Font Color

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

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


#ccd3fd Background Color

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

This div background color is #ccd3fd


#ccd3fd Border Color

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

This div border color is #ccd3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd3fd

Related Colors


Comments

No comments written yet.

Please login to write comment.