Color Hex Logo

#c3cdec Color Hex

#C3CDEC
(195,205,236)
0 Favorites   0 Comments

Color spaces of #c3cdec

RGB 195205236
HSL0.630.520.85
HSV225°17°93°
CMYK 0.170.130.00   0.07
XYZ59.477361.320988.0582
Yxy61.32090.28480.2936
Hunter Lab78.3077-1.4617-11.8572
CIE-Lab82.55102.8803-16.4219

#c3cdec color RGB value is (195,205,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001101 11101100
Octal 303 315 354
Decimal 195 205 236
Hex C3 CD EC

RGB Percentages of Color #c3cdec

%30.66
%32.23
%37.11

CMYK Percentages of Color #c3cdec

%17
%13
%0
%7

Triadic Colors of #c3cdec

#c3cdec #ecc3cd #cdecc3

Analogous Colors of #c3cdec

#c3cdec #cec3ec #c3e2ec

Monochromatic Colors of #c3cdec

#c3cdec

Complementary Color

#c3cdec #ece2c3

#c3cdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cdec Color CSS Codes

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

#c3cdec Text Font Color

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

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


#c3cdec Background Color

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

This div background color is #c3cdec


#c3cdec Border Color

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

This div border color is #c3cdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cdec


Comments

No comments written yet.

Please login to write comment.