Color Hex Logo

#c3ccec Color Hex

#C3CCEC
(195,204,236)
0 Favorites   0 Comments

Color spaces of #c3ccec

RGB 195204236
HSL0.630.520.85
HSV227°17°93°
CMYK 0.170.140.00   0.07
XYZ59.238960.844087.9787
Yxy60.84400.28470.2924
Hunter Lab78.0026-0.9430-12.2711
CIE-Lab82.29483.4122-16.8074

#c3ccec color RGB value is (195,204,236).

#c3ccec hex color red value is 195, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c3ccec hue: 0.63 , saturation: 0.52 and the lightness value of c3ccec is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001100 11101100
Octal 303 314 354
Decimal 195 204 236
Hex C3 CC EC

RGB Percentages of Color #c3ccec

%30.71
%32.13
%37.17

CMYK Percentages of Color #c3ccec

%17
%14
%0
%7

Triadic Colors of #c3ccec

#c3ccec #ecc3cc #ccecc3

Analogous Colors of #c3ccec

#c3ccec #cfc3ec #c3e1ec

Monochromatic Colors of #c3ccec

#c3ccec

Complementary Color

#c3ccec #ece3c3

#c3ccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ccec Color CSS Codes

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

#c3ccec Text Font Color

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

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


#c3ccec Background Color

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

This div background color is #c3ccec


#c3ccec Border Color

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

This div border color is #c3ccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ccec


Comments

No comments written yet.

Please login to write comment.