Color Hex Logo

#cccde5 Color Hex

#CCCDE5
(204,205,229)
0 Favorites   0 Comments

Color spaces of #cccde5

RGB 204205229
HSL0.660.320.85
HSV238°11°90°
CMYK 0.110.100.00   0.10
XYZ60.876062.157282.9178
Yxy62.15720.29560.3018
Hunter Lab78.8398-0.1413-7.1689
CIE-Lab82.99694.2844-11.9542

#cccde5 color RGB value is (204,205,229).

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

The process color (four color CMYK) of #cccde5 color hex is 0.11, 0.10, 0.00, 0.10. Web safe color of #cccde5 is #cccccc. Color #cccde5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 11100101
Octal 314 315 345
Decimal 204 205 229
Hex CC CD E5

RGB Percentages of Color #cccde5

%31.97
%32.13
%35.89

CMYK Percentages of Color #cccde5

%11
%10
%0
%10

Triadic Colors of #cccde5

#cccde5 #e5cccd #cde5cc

Analogous Colors of #cccde5

#cccde5 #d8cce5 #ccdae5

Monochromatic Colors of #cccde5

#cccde5

Complementary Color

#cccde5 #e5e4cc

#cccde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccde5 Color CSS Codes

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

#cccde5 Text Font Color

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

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


#cccde5 Background Color

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

This div background color is #cccde5


#cccde5 Border Color

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

This div border color is #cccde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccde5


Comments

No comments written yet.

Please login to write comment.