Color Hex Logo

#c1cdec Color Hex

#C1CDEC
(193,205,236)
0 Favorites   0 Comments

Color spaces of #c1cdec

RGB 193205236
HSL0.620.530.84
HSV223°18°93°
CMYK 0.180.130.00   0.07
XYZ58.964061.056288.0342
Yxy61.05620.28340.2935
Hunter Lab78.1385-2.0446-12.1018
CIE-Lab82.40892.2585-16.6498

#c1cdec color RGB value is (193,205,236).

#c1cdec hex color red value is 193, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c1cdec hue: 0.62 , saturation: 0.53 and the lightness value of c1cdec is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001101 11101100
Octal 301 315 354
Decimal 193 205 236
Hex C1 CD EC

RGB Percentages of Color #c1cdec

%30.44
%32.33
%37.22

CMYK Percentages of Color #c1cdec

%18
%13
%0
%7

Triadic Colors of #c1cdec

#c1cdec #ecc1cd #cdecc1

Analogous Colors of #c1cdec

#c1cdec #cbc1ec #c1e3ec

Monochromatic Colors of #c1cdec

#c1cdec

Complementary Color

#c1cdec #ece0c1

#c1cdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cdec Color CSS Codes

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

#c1cdec Text Font Color

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

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


#c1cdec Background Color

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

This div background color is #c1cdec


#c1cdec Border Color

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

This div border color is #c1cdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cdec


Comments

No comments written yet.

Please login to write comment.