Color Hex Logo

#cccdea Color Hex

#CCCDEA
(204,205,234)
0 Favorites   0 Comments

Color spaces of #cccdea

RGB 204205234
HSL0.660.420.86
HSV238°13°92°
CMYK 0.130.120.00   0.08
XYZ61.584462.440586.6483
Yxy62.44050.29230.2964
Hunter Lab79.01930.8318-9.7007
CIE-Lab83.14715.3024-14.3942

#cccdea color RGB value is (204,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 11101010
Octal 314 315 352
Decimal 204 205 234
Hex CC CD EA

RGB Percentages of Color #cccdea

%31.73
%31.88
%36.39

CMYK Percentages of Color #cccdea

%13
%12
%0
%8

Triadic Colors of #cccdea

#cccdea #eacccd #cdeacc

Analogous Colors of #cccdea

#cccdea #daccea #ccdcea

Monochromatic Colors of #cccdea

#cccdea

Complementary Color

#cccdea #eae9cc

#cccdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccdea Color CSS Codes

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

#cccdea Text Font Color

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

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


#cccdea Background Color

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

This div background color is #cccdea


#cccdea Border Color

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

This div border color is #cccdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccdea


Comments

No comments written yet.

Please login to write comment.