Color Hex Logo

#c3ceec Color Hex

#C3CEEC
(195,206,236)
0 Favorites   0 Comments

Color spaces of #c3ceec

RGB 195206236
HSL0.620.520.85
HSV224°17°93°
CMYK 0.170.130.00   0.07
XYZ59.717361.800888.1382
Yxy61.80080.28480.2948
Hunter Lab78.6135-1.9793-11.4441
CIE-Lab82.80742.3495-16.0362

#c3ceec color RGB value is (195,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001110 11101100
Octal 303 316 354
Decimal 195 206 236
Hex C3 CE EC

RGB Percentages of Color #c3ceec

%30.61
%32.34
%37.05

CMYK Percentages of Color #c3ceec

%17
%13
%0
%7

Triadic Colors of #c3ceec

#c3ceec #ecc3ce #ceecc3

Analogous Colors of #c3ceec

#c3ceec #cdc3ec #c3e3ec

Monochromatic Colors of #c3ceec

#c3ceec

Complementary Color

#c3ceec #ece1c3

#c3ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ceec Color CSS Codes

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

#c3ceec Text Font Color

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

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


#c3ceec Background Color

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

This div background color is #c3ceec


#c3ceec Border Color

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

This div border color is #c3ceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ceec


Comments

No comments written yet.

Please login to write comment.