Color Hex Logo

#c1defb Color Hex

#C1DEFB
(193,222,251)
0 Favorites   0 Comments

Color spaces of #c1defb

RGB 193222251
HSL0.580.880.87
HSV210°23°98°
CMYK 0.230.120.00   0.02
XYZ65.526270.5450101.4297
Yxy70.54500.27590.2970
Hunter Lab83.9911-7.7264-12.8063
CIE-Lab87.2635-3.3997-17.2878

#c1defb color RGB value is (193,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 11111011
Octal 301 336 373
Decimal 193 222 251
Hex C1 DE FB

RGB Percentages of Color #c1defb

%28.98
%33.33
%37.69

CMYK Percentages of Color #c1defb

%23
%12
%0
%2

Triadic Colors of #c1defb

#c1defb #fbc1de #defbc1

Analogous Colors of #c1defb

#c1defb #c1c1fb #c1fbfb

Monochromatic Colors of #c1defb

#c1defb

Complementary Color

#c1defb #fbdec1

#c1defb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1defb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1defb Color CSS Codes

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

#c1defb Text Font Color

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

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


#c1defb Background Color

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

This div background color is #c1defb


#c1defb Border Color

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

This div border color is #c1defb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1defb


Comments

No comments written yet.

Please login to write comment.