Color Hex Logo

#cccdeb Color Hex

#CCCDEB
(204,205,235)
0 Favorites   0 Comments

Color spaces of #cccdeb

RGB 204205235
HSL0.660.440.86
HSV238°13°92°
CMYK 0.130.130.00   0.08
XYZ61.728662.498287.4072
Yxy62.49820.29170.2953
Hunter Lab79.05581.0293-10.2143
CIE-Lab83.17775.5082-14.8811

#cccdeb color RGB value is (204,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 11101011
Octal 314 315 353
Decimal 204 205 235
Hex CC CD EB

RGB Percentages of Color #cccdeb

%31.68
%31.83
%36.49

CMYK Percentages of Color #cccdeb

%13
%13
%0
%8

Triadic Colors of #cccdeb

#cccdeb #ebcccd #cdebcc

Analogous Colors of #cccdeb

#cccdeb #dbcceb #ccddeb

Monochromatic Colors of #cccdeb

#cccdeb

Complementary Color

#cccdeb #ebeacc

#cccdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccdeb Color CSS Codes

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

#cccdeb Text Font Color

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

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


#cccdeb Background Color

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

This div background color is #cccdeb


#cccdeb Border Color

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

This div border color is #cccdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccdeb


Comments

No comments written yet.

Please login to write comment.