Color Hex Logo

#c1dedf Color Hex

#C1DEDF
(193,222,223)
0 Favorites   0 Comments

Color spaces of #c1dedf

RGB 193222223
HSL0.510.320.82
HSV182°13°87°
CMYK 0.130.000.00   0.13
XYZ61.432968.907779.8747
Yxy68.90770.29220.3278
Hunter Lab83.0107-13.16791.0573
CIE-Lab86.4583-9.3251-3.7241

#c1dedf color RGB value is (193,222,223).

#c1dedf hex color red value is 193, green value is 222 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c1dedf hue: 0.51 , saturation: 0.32 and the lightness value of c1dedf is 0.82.

The process color (four color CMYK) of #c1dedf color hex is 0.13, 0.00, 0.00, 0.13. Web safe color of #c1dedf is #cccccc. Color #c1dedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 11011111
Octal 301 336 337
Decimal 193 222 223
Hex C1 DE DF

RGB Percentages of Color #c1dedf

%30.25
%34.80
%34.95

CMYK Percentages of Color #c1dedf

%13
%0
%0
%13

Triadic Colors of #c1dedf

#c1dedf #dfc1de #dedfc1

Analogous Colors of #c1dedf

#c1dedf #c1cfdf #c1dfd1

Monochromatic Colors of #c1dedf

#c1dedf

Complementary Color

#c1dedf #dfc2c1

#c1dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dedf Color CSS Codes

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

#c1dedf Text Font Color

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

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


#c1dedf Background Color

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

This div background color is #c1dedf


#c1dedf Border Color

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

This div border color is #c1dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dedf


Comments

No comments written yet.

Please login to write comment.