Color Hex Logo

#ccd6eb Color Hex

#CCD6EB
(204,214,235)
0 Favorites   0 Comments

Color spaces of #ccd6eb

RGB 204214235
HSL0.610.440.86
HSV221°13°92°
CMYK 0.130.090.00   0.08
XYZ63.943866.928788.1456
Yxy66.92870.29200.3056
Hunter Lab81.8100-3.6494-6.6146
CIE-Lab85.46790.7552-11.4543

#ccd6eb color RGB value is (204,214,235).

#ccd6eb hex color red value is 204, green value is 214 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccd6eb hue: 0.61 , saturation: 0.44 and the lightness value of ccd6eb is 0.86.

The process color (four color CMYK) of #ccd6eb color hex is 0.13, 0.09, 0.00, 0.08. Web safe color of #ccd6eb is #ccccff. Color #ccd6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 11101011
Octal 314 326 353
Decimal 204 214 235
Hex CC D6 EB

RGB Percentages of Color #ccd6eb

%31.24
%32.77
%35.99

CMYK Percentages of Color #ccd6eb

%13
%9
%0
%8

Triadic Colors of #ccd6eb

#ccd6eb #ebccd6 #d6ebcc

Analogous Colors of #ccd6eb

#ccd6eb #d2cceb #cce6eb

Monochromatic Colors of #ccd6eb

#ccd6eb

Complementary Color

#ccd6eb #ebe1cc

#ccd6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd6eb Color CSS Codes

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

#ccd6eb Text Font Color

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

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


#ccd6eb Background Color

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

This div background color is #ccd6eb


#ccd6eb Border Color

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

This div border color is #ccd6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd6eb

#ccd6eb Color Palettes


Comments

No comments written yet.

Please login to write comment.