Color Hex Logo

#ccd3fc Color Hex

#CCD3FC
(204,211,252)
0 Favorites   0 Comments

Color spaces of #ccd3fc

RGB 204211252
HSL0.640.890.89
HSV231°19°99°
CMYK 0.190.160.00   0.01
XYZ65.766866.4542101.4561
Yxy66.45420.28140.2844
Hunter Lab81.51941.3480-16.7265
CIE-Lab85.22765.9157-20.8149

#ccd3fc color RGB value is (204,211,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 11111100
Octal 314 323 374
Decimal 204 211 252
Hex CC D3 FC

RGB Percentages of Color #ccd3fc

%30.58
%31.63
%37.78

CMYK Percentages of Color #ccd3fc

%19
%16
%0
%1

Triadic Colors of #ccd3fc

#ccd3fc #fcccd3 #d3fccc

Analogous Colors of #ccd3fc

#ccd3fc #ddccfc #ccebfc

Monochromatic Colors of #ccd3fc

#ccd3fc

Complementary Color

#ccd3fc #fcf5cc

#ccd3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd3fc Color CSS Codes

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

#ccd3fc Text Font Color

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

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


#ccd3fc Background Color

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

This div background color is #ccd3fc


#ccd3fc Border Color

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

This div border color is #ccd3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.