Color Hex Logo

#cccdec Color Hex

#CCCDEC
(204,205,236)
0 Favorites   0 Comments

Color spaces of #cccdec

RGB 204205236
HSL0.660.460.86
HSV238°14°93°
CMYK 0.140.130.00   0.07
XYZ61.873562.556188.1703
Yxy62.55610.29100.2942
Hunter Lab79.09241.2277-10.7304
CIE-Lab83.20835.7148-15.3676

#cccdec color RGB value is (204,205,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 11101100
Octal 314 315 354
Decimal 204 205 236
Hex CC CD EC

RGB Percentages of Color #cccdec

%31.63
%31.78
%36.59

CMYK Percentages of Color #cccdec

%14
%13
%0
%7

Triadic Colors of #cccdec

#cccdec #eccccd #cdeccc

Analogous Colors of #cccdec

#cccdec #dbccec #ccddec

Monochromatic Colors of #cccdec

#cccdec

Complementary Color

#cccdec #ecebcc

#cccdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccdec Color CSS Codes

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

#cccdec Text Font Color

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

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


#cccdec Background Color

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

This div background color is #cccdec


#cccdec Border Color

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

This div border color is #cccdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccdec


Comments

No comments written yet.

Please login to write comment.