Color Hex Logo

#c1cdfb Color Hex

#C1CDFB
(193,205,251)
0 Favorites   0 Comments

Color spaces of #c1cdfb

RGB 193205251
HSL0.630.880.87
HSV228°23°98°
CMYK 0.230.180.00   0.02
XYZ61.236261.965199.9998
Yxy61.96510.27440.2776
Hunter Lab78.71791.1023-20.2169
CIE-Lab82.89495.5728-23.8976

#c1cdfb color RGB value is (193,205,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001101 11111011
Octal 301 315 373
Decimal 193 205 251
Hex C1 CD FB

RGB Percentages of Color #c1cdfb

%29.74
%31.59
%38.67

CMYK Percentages of Color #c1cdfb

%23
%18
%0
%2

Triadic Colors of #c1cdfb

#c1cdfb #fbc1cd #cdfbc1

Analogous Colors of #c1cdfb

#c1cdfb #d2c1fb #c1eafb

Monochromatic Colors of #c1cdfb

#c1cdfb

Complementary Color

#c1cdfb #fbefc1

#c1cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cdfb Color CSS Codes

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

#c1cdfb Text Font Color

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

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


#c1cdfb Background Color

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

This div background color is #c1cdfb


#c1cdfb Border Color

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

This div border color is #c1cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cdfb


Comments

No comments written yet.

Please login to write comment.