Color Hex Logo

#ccdefb Color Hex

#CCDEFB
(204,222,251)
0 Favorites   0 Comments

Color spaces of #ccdefb

RGB 204222251
HSL0.600.850.89
HSV217°19°98°
CMYK 0.190.120.00   0.02
XYZ68.435772.0450101.5659
Yxy72.04500.28270.2976
Hunter Lab84.8793-4.6195-11.5304
CIE-Lab87.9902-0.0893-16.1221

#ccdefb color RGB value is (204,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 11111011
Octal 314 336 373
Decimal 204 222 251
Hex CC DE FB

RGB Percentages of Color #ccdefb

%30.13
%32.79
%37.08

CMYK Percentages of Color #ccdefb

%19
%12
%0
%2

Triadic Colors of #ccdefb

#ccdefb #fbccde #defbcc

Analogous Colors of #ccdefb

#ccdefb #d2ccfb #ccf6fb

Monochromatic Colors of #ccdefb

#ccdefb

Complementary Color

#ccdefb #fbe9cc

#ccdefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdefb Color CSS Codes

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

#ccdefb Text Font Color

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

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


#ccdefb Background Color

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

This div background color is #ccdefb


#ccdefb Border Color

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

This div border color is #ccdefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdefb


Comments

No comments written yet.

Please login to write comment.