Color Hex Logo

#ccdcfb Color Hex

#CCDCFB
(204,220,251)
0 Favorites   0 Comments

Color spaces of #ccdcfb

RGB 204220251
HSL0.610.850.89
HSV220°19°98°
CMYK 0.190.120.00   0.02
XYZ67.907670.9888101.3899
Yxy70.98880.28260.2954
Hunter Lab84.2549-3.5788-12.3695
CIE-Lab87.47960.9562-16.8896

#ccdcfb color RGB value is (204,220,251).

#ccdcfb hex color red value is 204, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ccdcfb hue: 0.61 , saturation: 0.85 and the lightness value of ccdcfb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 11111011
Octal 314 334 373
Decimal 204 220 251
Hex CC DC FB

RGB Percentages of Color #ccdcfb

%30.22
%32.59
%37.19

CMYK Percentages of Color #ccdcfb

%19
%12
%0
%2

Triadic Colors of #ccdcfb

#ccdcfb #fbccdc #dcfbcc

Analogous Colors of #ccdcfb

#ccdcfb #d4ccfb #ccf4fb

Monochromatic Colors of #ccdcfb

#ccdcfb

Complementary Color

#ccdcfb #fbebcc

#ccdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdcfb Color CSS Codes

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

#ccdcfb Text Font Color

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

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


#ccdcfb Background Color

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

This div background color is #ccdcfb


#ccdcfb Border Color

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

This div border color is #ccdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdcfb


Comments

No comments written yet.

Please login to write comment.