Color Hex Logo

#c1ddfb Color Hex

#C1DDFB
(193,221,251)
0 Favorites   0 Comments

Color spaces of #c1ddfb

RGB 193221251
HSL0.590.880.87
HSV211°23°98°
CMYK 0.230.120.00   0.02
XYZ65.261470.0154101.3415
Yxy70.01540.27580.2959
Hunter Lab83.6752-7.2128-13.2352
CIE-Lab87.0044-2.8789-17.6778

#c1ddfb color RGB value is (193,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011101 11111011
Octal 301 335 373
Decimal 193 221 251
Hex C1 DD FB

RGB Percentages of Color #c1ddfb

%29.02
%33.23
%37.74

CMYK Percentages of Color #c1ddfb

%23
%12
%0
%2

Triadic Colors of #c1ddfb

#c1ddfb #fbc1dd #ddfbc1

Analogous Colors of #c1ddfb

#c1ddfb #c2c1fb #c1fafb

Monochromatic Colors of #c1ddfb

#c1ddfb

Complementary Color

#c1ddfb #fbdfc1

#c1ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ddfb Color CSS Codes

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

#c1ddfb Text Font Color

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

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


#c1ddfb Background Color

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

This div background color is #c1ddfb


#c1ddfb Border Color

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

This div border color is #c1ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ddfb


Comments

No comments written yet.

Please login to write comment.