Color Hex Logo

#ceccec Color Hex

#CECCEC
(206,204,236)
0 Favorites   0 Comments

Color spaces of #ceccec

RGB 206204236
HSL0.680.460.86
HSV244°14°93°
CMYK 0.130.140.00   0.07
XYZ62.186862.363788.1167
Yxy62.36370.29240.2932
Hunter Lab78.97072.3641-10.8772
CIE-Lab83.10656.8838-15.5054

#ceccec color RGB value is (206,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 11101100
Octal 316 314 354
Decimal 206 204 236
Hex CE CC EC

RGB Percentages of Color #ceccec

%31.89
%31.58
%36.53

CMYK Percentages of Color #ceccec

%13
%14
%0
%7

Triadic Colors of #ceccec

#ceccec #eccecc #ccecce

Analogous Colors of #ceccec

#ceccec #deccec #ccdaec

Monochromatic Colors of #ceccec

#ceccec

Complementary Color

#ceccec #eaeccc

#ceccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceccec Color CSS Codes

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

#ceccec Text Font Color

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

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


#ceccec Background Color

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

This div background color is #ceccec


#ceccec Border Color

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

This div border color is #ceccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceccec


Comments

No comments written yet.

Please login to write comment.