Color Hex Logo

#c1dcef Color Hex

#C1DCEF
(193,220,239)
0 Favorites   0 Comments

Color spaces of #c1dcef

RGB 193220239
HSL0.570.590.85
HSV205°19°94°
CMYK 0.190.080.00   0.06
XYZ63.165568.755991.6034
Yxy68.75590.28260.3076
Hunter Lab82.9192-9.1323-7.4561
CIE-Lab86.3830-4.9741-12.2827

#c1dcef color RGB value is (193,220,239).

#c1dcef hex color red value is 193, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c1dcef hue: 0.57 , saturation: 0.59 and the lightness value of c1dcef is 0.85.

The process color (four color CMYK) of #c1dcef color hex is 0.19, 0.08, 0.00, 0.06. Web safe color of #c1dcef is #ccccff. Color #c1dcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011100 11101111
Octal 301 334 357
Decimal 193 220 239
Hex C1 DC EF

RGB Percentages of Color #c1dcef

%29.60
%33.74
%36.66

CMYK Percentages of Color #c1dcef

%19
%8
%0
%6

Triadic Colors of #c1dcef

#c1dcef #efc1dc #dcefc1

Analogous Colors of #c1dcef

#c1dcef #c1c5ef #c1efeb

Monochromatic Colors of #c1dcef

#c1dcef

Complementary Color

#c1dcef #efd4c1

#c1dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dcef Color CSS Codes

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

#c1dcef Text Font Color

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

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


#c1dcef Background Color

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

This div background color is #c1dcef


#c1dcef Border Color

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

This div border color is #c1dcef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,220,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c1dcef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dcef


Comments

No comments written yet.

Please login to write comment.