Color Hex Logo

#cecceb Color Hex

#CECCEB
(206,204,235)
0 Favorites   0 Comments

Color spaces of #cecceb

RGB 206204235
HSL0.680.440.86
HSV244°13°92°
CMYK 0.120.130.00   0.08
XYZ62.041962.305787.3535
Yxy62.30570.29310.2943
Hunter Lab78.93402.1661-10.3604
CIE-Lab83.07576.6789-15.0187

#cecceb color RGB value is (206,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 11101011
Octal 316 314 353
Decimal 206 204 235
Hex CE CC EB

RGB Percentages of Color #cecceb

%31.94
%31.63
%36.43

CMYK Percentages of Color #cecceb

%12
%13
%0
%8

Triadic Colors of #cecceb

#cecceb #ebcecc #ccebce

Analogous Colors of #cecceb

#cecceb #decceb #ccdaeb

Monochromatic Colors of #cecceb

#cecceb

Complementary Color

#cecceb #e9ebcc

#cecceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecceb Color CSS Codes

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

#cecceb Text Font Color

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

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


#cecceb Background Color

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

This div background color is #cecceb


#cecceb Border Color

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

This div border color is #cecceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecceb


Comments

No comments written yet.

Please login to write comment.