Color Hex Logo

#c3cbec Color Hex

#C3CBEC
(195,203,236)
0 Favorites   0 Comments

Color spaces of #c3cbec

RGB 195203236
HSL0.630.520.85
HSV228°17°93°
CMYK 0.170.140.00   0.07
XYZ59.001960.370187.8997
Yxy60.37010.28470.2913
Hunter Lab77.6982-0.4238-12.6858
CIE-Lab82.03893.9447-17.1928

#c3cbec color RGB value is (195,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001011 11101100
Octal 303 313 354
Decimal 195 203 236
Hex C3 CB EC

RGB Percentages of Color #c3cbec

%30.76
%32.02
%37.22

CMYK Percentages of Color #c3cbec

%17
%14
%0
%7

Triadic Colors of #c3cbec

#c3cbec #ecc3cb #cbecc3

Analogous Colors of #c3cbec

#c3cbec #d0c3ec #c3e0ec

Monochromatic Colors of #c3cbec

#c3cbec

Complementary Color

#c3cbec #ece4c3

#c3cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cbec Color CSS Codes

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

#c3cbec Text Font Color

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

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


#c3cbec Background Color

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

This div background color is #c3cbec


#c3cbec Border Color

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

This div border color is #c3cbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cbec


Comments

No comments written yet.

Please login to write comment.