Color Hex Logo

#c5bade Color Hex

#C5BADE
(197,186,222)
0 Favorites   0 Comments

Color spaces of #c5bade

RGB 197186222
HSL0.720.350.80
HSV258°16°87°
CMYK 0.110.160.00   0.13
XYZ53.769752.262176.3609
Yxy52.26210.29480.2865
Hunter Lab72.29256.2527-12.0219
CIE-Lab77.437310.7793-16.5928

#c5bade color RGB value is (197,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111010 11011110
Octal 305 272 336
Decimal 197 186 222
Hex C5 BA DE

RGB Percentages of Color #c5bade

%32.56
%30.74
%36.69

CMYK Percentages of Color #c5bade

%11
%16
%0
%13

Triadic Colors of #c5bade

#c5bade #dec5ba #badec5

Analogous Colors of #c5bade

#c5bade #d7bade #bac1de

Monochromatic Colors of #c5bade

#c5bade

Complementary Color

#c5bade #d3deba

#c5bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bade Color CSS Codes

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

#c5bade Text Font Color

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

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


#c5bade Background Color

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

This div background color is #c5bade


#c5bade Border Color

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

This div border color is #c5bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bade


Comments

No comments written yet.

Please login to write comment.