Color Hex Logo

#c1dadb Color Hex

#C1DADB
(193,218,219)
0 Favorites   0 Comments

Color spaces of #c1dadb

RGB 193218219
HSL0.510.270.81
HSV182°12°86°
CMYK 0.120.000.00   0.14
XYZ59.849966.594776.7175
Yxy66.59470.29460.3278
Hunter Lab81.6056-11.89701.3853
CIE-Lab85.2989-8.0730-3.3146

#c1dadb color RGB value is (193,218,219).

#c1dadb hex color red value is 193, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c1dadb hue: 0.51 , saturation: 0.27 and the lightness value of c1dadb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011010 11011011
Octal 301 332 333
Decimal 193 218 219
Hex C1 DA DB

RGB Percentages of Color #c1dadb

%30.63
%34.60
%34.76

CMYK Percentages of Color #c1dadb

%12
%0
%0
%14

Triadic Colors of #c1dadb

#c1dadb #dbc1da #dadbc1

Analogous Colors of #c1dadb

#c1dadb #c1cddb #c1dbcf

Monochromatic Colors of #c1dadb

#c1dadb

Complementary Color

#c1dadb #dbc2c1

#c1dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dadb Color CSS Codes

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

#c1dadb Text Font Color

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

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


#c1dadb Background Color

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

This div background color is #c1dadb


#c1dadb Border Color

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

This div border color is #c1dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dadb


Comments

No comments written yet.

Please login to write comment.