Color Hex Logo

#c1daff Color Hex

#C1DAFF
(193,218,255)
0 Favorites   0 Comments

Color spaces of #c1daff

RGB 193218255
HSL0.601.000.88
HSV216°24°100°
CMYK 0.240.150.00   0.00
XYZ65.113768.7003104.4364
Yxy68.70030.27330.2884
Hunter Lab82.8856-4.8230-16.6858
CIE-Lab86.3554-0.4145-20.7646

#c1daff color RGB value is (193,218,255).

#c1daff hex color red value is 193, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c1daff hue: 0.60 , saturation: 1.00 and the lightness value of c1daff is 0.88.

The process color (four color CMYK) of #c1daff color hex is 0.24, 0.15, 0.00, 0.00. Web safe color of #c1daff is #ccccff. Color #c1daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011010 11111111
Octal 301 332 377
Decimal 193 218 255
Hex C1 DA FF

RGB Percentages of Color #c1daff

%28.98
%32.73
%38.29

CMYK Percentages of Color #c1daff

%24
%15
%0
%0

Triadic Colors of #c1daff

#c1daff #ffc1da #daffc1

Analogous Colors of #c1daff

#c1daff #c7c1ff #c1f9ff

Monochromatic Colors of #c1daff

#c1daff

Complementary Color

#c1daff #ffe6c1

#c1daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1daff Color CSS Codes

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

#c1daff Text Font Color

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

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


#c1daff Background Color

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

This div background color is #c1daff


#c1daff Border Color

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

This div border color is #c1daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1daff

#c1daff Color Palettes


Comments

No comments written yet.

Please login to write comment.