Color Hex Logo

#c1dbff Color Hex

#C1DBFF
(193,219,255)
0 Favorites   0 Comments

Color spaces of #c1dbff

RGB 193219255
HSL0.601.000.88
HSV215°24°100°
CMYK 0.240.140.00   0.00
XYZ65.373869.2205104.5231
Yxy69.22050.27340.2895
Hunter Lab83.1989-5.3410-16.2471
CIE-Lab86.6131-0.9392-20.3749

#c1dbff color RGB value is (193,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011011 11111111
Octal 301 333 377
Decimal 193 219 255
Hex C1 DB FF

RGB Percentages of Color #c1dbff

%28.94
%32.83
%38.23

CMYK Percentages of Color #c1dbff

%24
%14
%0
%0

Triadic Colors of #c1dbff

#c1dbff #ffc1db #dbffc1

Analogous Colors of #c1dbff

#c1dbff #c6c1ff #c1faff

Monochromatic Colors of #c1dbff

#c1dbff

Complementary Color

#c1dbff #ffe5c1

#c1dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dbff Color CSS Codes

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

#c1dbff Text Font Color

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

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


#c1dbff Background Color

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

This div background color is #c1dbff


#c1dbff Border Color

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

This div border color is #c1dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dbff

#c1dbff Color Palettes


Comments

No comments written yet.

Please login to write comment.