Color Hex Logo

#cccceb Color Hex

#CCCCEB
(204,204,235)
0 Favorites   0 Comments

Color spaces of #cccceb

RGB 204204235
HSL0.670.440.86
HSV240°13°92°
CMYK 0.130.130.00   0.08
XYZ61.490162.021387.3277
Yxy62.02130.29160.2942
Hunter Lab78.75361.5524-10.6175
CIE-Lab82.92476.0400-15.2607

#cccceb color RGB value is (204,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11101011
Octal 314 314 353
Decimal 204 204 235
Hex CC CC EB

RGB Percentages of Color #cccceb

%31.73
%31.73
%36.55

CMYK Percentages of Color #cccceb

%13
%13
%0
%8

Triadic Colors of #cccceb

#cccceb #ebcccc #ccebcc

Analogous Colors of #cccceb

#cccceb #dccceb #ccdceb

Monochromatic Colors of #cccceb

#cccceb

Complementary Color

#cccceb #ebebcc

#cccceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccceb Color CSS Codes

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

#cccceb Text Font Color

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

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


#cccceb Background Color

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

This div background color is #cccceb


#cccceb Border Color

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

This div border color is #cccceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccceb


Comments

No comments written yet.

Please login to write comment.