Color Hex Logo

#c0badb Color Hex

#C0BADB
(192,186,219)
0 Favorites   0 Comments

Color spaces of #c0badb

RGB 192186219
HSL0.700.310.79
HSV251°15°86°
CMYK 0.120.150.00   0.14
XYZ52.083351.438874.2014
Yxy51.43880.29310.2894
Hunter Lab71.72084.1143-11.1360
CIE-Lab76.94418.5361-15.7522

#c0badb color RGB value is (192,186,219).

#c0badb hex color red value is 192, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c0badb hue: 0.70 , saturation: 0.31 and the lightness value of c0badb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111010 11011011
Octal 300 272 333
Decimal 192 186 219
Hex C0 BA DB

RGB Percentages of Color #c0badb

%32.16
%31.16
%36.68

CMYK Percentages of Color #c0badb

%12
%15
%0
%14

Triadic Colors of #c0badb

#c0badb #dbc0ba #badbc0

Analogous Colors of #c0badb

#c0badb #d1badb #bac5db

Monochromatic Colors of #c0badb

#c0badb

Complementary Color

#c0badb #d5dbba

#c0badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0badb Color CSS Codes

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

#c0badb Text Font Color

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

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


#c0badb Background Color

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

This div background color is #c0badb


#c0badb Border Color

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

This div border color is #c0badb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,186,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0badb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0badb;
  -webkit-box-shadow: 1px 1px 3px 2px #c0badb;
  box-shadow:         1px 1px 3px 2px #c0badb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,186,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0badb


Comments

No comments written yet.

Please login to write comment.