Color Hex Logo

#c4badc Color Hex

#C4BADC
(196,186,220)
0 Favorites   0 Comments

Color spaces of #c4badc

RGB 196186220
HSL0.720.330.80
HSV258°15°86°
CMYK 0.110.150.00   0.14
XYZ53.242152.020974.9450
Yxy52.02090.29540.2887
Hunter Lab72.12555.5467-11.1199
CIE-Lab77.293310.0428-15.7359

#c4badc color RGB value is (196,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 11011100
Octal 304 272 334
Decimal 196 186 220
Hex C4 BA DC

RGB Percentages of Color #c4badc

%32.56
%30.90
%36.54

CMYK Percentages of Color #c4badc

%11
%15
%0
%14

Triadic Colors of #c4badc

#c4badc #dcc4ba #badcc4

Analogous Colors of #c4badc

#c4badc #d5badc #bac1dc

Monochromatic Colors of #c4badc

#c4badc

Complementary Color

#c4badc #d2dcba

#c4badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4badc Color CSS Codes

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

#c4badc Text Font Color

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

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


#c4badc Background Color

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

This div background color is #c4badc


#c4badc Border Color

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

This div border color is #c4badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4badc


Comments

No comments written yet.

Please login to write comment.