Color Hex Logo

#ccd3eb Color Hex

#CCD3EB
(204,211,235)
0 Favorites   0 Comments

Color spaces of #ccd3eb

RGB 204211235
HSL0.630.440.86
HSV226°13°92°
CMYK 0.130.100.00   0.08
XYZ63.191565.424187.8948
Yxy65.42410.29190.3022
Hunter Lab80.8852-2.0960-7.8085
CIE-Lab84.70182.3325-12.5982

#ccd3eb color RGB value is (204,211,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 11101011
Octal 314 323 353
Decimal 204 211 235
Hex CC D3 EB

RGB Percentages of Color #ccd3eb

%31.38
%32.46
%36.15

CMYK Percentages of Color #ccd3eb

%13
%10
%0
%8

Triadic Colors of #ccd3eb

#ccd3eb #ebccd3 #d3ebcc

Analogous Colors of #ccd3eb

#ccd3eb #d5cceb #cce3eb

Monochromatic Colors of #ccd3eb

#ccd3eb

Complementary Color

#ccd3eb #ebe4cc

#ccd3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd3eb Color CSS Codes

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

#ccd3eb Text Font Color

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

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


#ccd3eb Background Color

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

This div background color is #ccd3eb


#ccd3eb Border Color

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

This div border color is #ccd3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd3eb


Comments

No comments written yet.

Please login to write comment.