Color Hex Logo

#c4bade Color Hex

#C4BADE
(196,186,222)
0 Favorites   0 Comments

Color spaces of #c4bade

RGB 196186222
HSL0.710.350.80
HSV257°16°87°
CMYK 0.120.160.00   0.13
XYZ53.508752.127576.3486
Yxy52.12750.29400.2864
Hunter Lab72.19945.9417-12.1578
CIE-Lab77.357010.4551-16.7217

#c4bade color RGB value is (196,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 11011110
Octal 304 272 336
Decimal 196 186 222
Hex C4 BA DE

RGB Percentages of Color #c4bade

%32.45
%30.79
%36.75

CMYK Percentages of Color #c4bade

%12
%16
%0
%13

Triadic Colors of #c4bade

#c4bade #dec4ba #badec4

Analogous Colors of #c4bade

#c4bade #d6bade #bac2de

Monochromatic Colors of #c4bade

#c4bade

Complementary Color

#c4bade #d4deba

#c4bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bade Color CSS Codes

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

#c4bade Text Font Color

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

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


#c4bade Background Color

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

This div background color is #c4bade


#c4bade Border Color

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

This div border color is #c4bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bade


Comments

No comments written yet.

Please login to write comment.