Color Hex Logo

#c1bcde Color Hex

#C1BCDE
(193,188,222)
0 Favorites   0 Comments

Color spaces of #c1bcde

RGB 193188222
HSL0.690.340.80
HSV249°15°87°
CMYK 0.130.150.00   0.13
XYZ53.160452.577876.4539
Yxy52.57780.29180.2886
Hunter Lab72.51063.9721-11.7570
CIE-Lab77.62518.4020-16.3412

#c1bcde color RGB value is (193,188,222).

#c1bcde hex color red value is 193, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c1bcde hue: 0.69 , saturation: 0.34 and the lightness value of c1bcde is 0.80.

The process color (four color CMYK) of #c1bcde color hex is 0.13, 0.15, 0.00, 0.13. Web safe color of #c1bcde is #cccccc. Color #c1bcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111100 11011110
Octal 301 274 336
Decimal 193 188 222
Hex C1 BC DE

RGB Percentages of Color #c1bcde

%32.01
%31.18
%36.82

CMYK Percentages of Color #c1bcde

%13
%15
%0
%13

Triadic Colors of #c1bcde

#c1bcde #dec1bc #bcdec1

Analogous Colors of #c1bcde

#c1bcde #d2bcde #bcc8de

Monochromatic Colors of #c1bcde

#c1bcde

Complementary Color

#c1bcde #d9debc

#c1bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bcde Color CSS Codes

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

#c1bcde Text Font Color

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

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


#c1bcde Background Color

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

This div background color is #c1bcde


#c1bcde Border Color

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

This div border color is #c1bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bcde


Comments

No comments written yet.

Please login to write comment.