Color Hex Logo

#c4badb Color Hex

#C4BADB
(196,186,219)
0 Favorites   0 Comments

Color spaces of #c4badb

RGB 196186219
HSL0.720.310.79
HSV258°15°86°
CMYK 0.110.150.00   0.14
XYZ53.110051.968074.2495
Yxy51.96800.29620.2898
Hunter Lab72.08885.3508-10.6049
CIE-Lab77.26179.8380-15.2425

#c4badb color RGB value is (196,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 11011011
Octal 304 272 333
Decimal 196 186 219
Hex C4 BA DB

RGB Percentages of Color #c4badb

%32.61
%30.95
%36.44

CMYK Percentages of Color #c4badb

%11
%15
%0
%14

Triadic Colors of #c4badb

#c4badb #dbc4ba #badbc4

Analogous Colors of #c4badb

#c4badb #d5badb #bac1db

Monochromatic Colors of #c4badb

#c4badb

Complementary Color

#c4badb #d1dbba

#c4badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4badb Color CSS Codes

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

#c4badb Text Font Color

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

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


#c4badb Background Color

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

This div background color is #c4badb


#c4badb Border Color

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

This div border color is #c4badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4badb


Comments

No comments written yet.

Please login to write comment.