Color Hex Logo

#c2bdde Color Hex

#C2BDDE
(194,189,222)
0 Favorites   0 Comments

Color spaces of #c2bdde

RGB 194189222
HSL0.690.330.81
HSV249°15°87°
CMYK 0.130.150.00   0.13
XYZ53.630553.138576.5374
Yxy53.13850.29260.2899
Hunter Lab72.89623.7561-11.2243
CIE-Lab77.95678.1833-15.8341

#c2bdde color RGB value is (194,189,222).

#c2bdde hex color red value is 194, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c2bdde hue: 0.69 , saturation: 0.33 and the lightness value of c2bdde is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111101 11011110
Octal 302 275 336
Decimal 194 189 222
Hex C2 BD DE

RGB Percentages of Color #c2bdde

%32.07
%31.24
%36.69

CMYK Percentages of Color #c2bdde

%13
%15
%0
%13

Triadic Colors of #c2bdde

#c2bdde #dec2bd #bddec2

Analogous Colors of #c2bdde

#c2bdde #d3bdde #bdc9de

Monochromatic Colors of #c2bdde

#c2bdde

Complementary Color

#c2bdde #d9debd

#c2bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bdde Color CSS Codes

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

#c2bdde Text Font Color

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

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


#c2bdde Background Color

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

This div background color is #c2bdde


#c2bdde Border Color

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

This div border color is #c2bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bdde


Comments

No comments written yet.

Please login to write comment.