Color Hex Logo

#ccd1eb Color Hex

#CCD1EB
(204,209,235)
0 Favorites   0 Comments

Color spaces of #ccd1eb

RGB 204209235
HSL0.640.440.86
HSV230°13°92°
CMYK 0.130.110.00   0.08
XYZ62.697764.436587.7302
Yxy64.43650.29180.2999
Hunter Lab80.2723-1.0570-8.6078
CIE-Lab84.19253.3880-13.3600

#ccd1eb color RGB value is (204,209,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010001 11101011
Octal 314 321 353
Decimal 204 209 235
Hex CC D1 EB

RGB Percentages of Color #ccd1eb

%31.48
%32.25
%36.27

CMYK Percentages of Color #ccd1eb

%13
%11
%0
%8

Triadic Colors of #ccd1eb

#ccd1eb #ebccd1 #d1ebcc

Analogous Colors of #ccd1eb

#ccd1eb #d7cceb #cce1eb

Monochromatic Colors of #ccd1eb

#ccd1eb

Complementary Color

#ccd1eb #ebe6cc

#ccd1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd1eb Color CSS Codes

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

#ccd1eb Text Font Color

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

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


#ccd1eb Background Color

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

This div background color is #ccd1eb


#ccd1eb Border Color

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

This div border color is #ccd1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd1eb


Comments

No comments written yet.

Please login to write comment.