Color Hex Logo

#c1dffb Color Hex

#C1DFFB
(193,223,251)
0 Favorites   0 Comments

Color spaces of #c1dffb

RGB 193223251
HSL0.580.880.87
HSV209°23°98°
CMYK 0.230.110.00   0.02
XYZ65.792671.0778101.5185
Yxy71.07780.27600.2982
Hunter Lab84.3077-8.2393-12.3783
CIE-Lab87.5228-3.9197-16.8976

#c1dffb color RGB value is (193,223,251).

#c1dffb hex color red value is 193, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c1dffb hue: 0.58 , saturation: 0.88 and the lightness value of c1dffb is 0.87.

The process color (four color CMYK) of #c1dffb color hex is 0.23, 0.11, 0.00, 0.02. Web safe color of #c1dffb is #ccccff. Color #c1dffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011111 11111011
Octal 301 337 373
Decimal 193 223 251
Hex C1 DF FB

RGB Percentages of Color #c1dffb

%28.94
%33.43
%37.63

CMYK Percentages of Color #c1dffb

%23
%11
%0
%2

Triadic Colors of #c1dffb

#c1dffb #fbc1df #dffbc1

Analogous Colors of #c1dffb

#c1dffb #c1c2fb #c1fbfa

Monochromatic Colors of #c1dffb

#c1dffb

Complementary Color

#c1dffb #fbddc1

#c1dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dffb Color CSS Codes

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

#c1dffb Text Font Color

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

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


#c1dffb Background Color

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

This div background color is #c1dffb


#c1dffb Border Color

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

This div border color is #c1dffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dffb


Comments

No comments written yet.

Please login to write comment.